#247 - Web client - Hide views that have no content
This commit is contained in:
parent
aea2d1c42a
commit
443299c687
40 changed files with 267 additions and 238 deletions
|
@ -4,13 +4,11 @@
|
|||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="playlistPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
|
||||
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
|
||||
<img src="css/images/mblogoicon.png"></a>Now Playing</h1>
|
||||
<div id="playlistPage" data-role="page" class="page libraryPage" data-theme="a">
|
||||
|
||||
<div data-role="content">
|
||||
|
||||
<table id="playlistTable" style="margin:auto;width:90%;">
|
||||
<table id="playlistTable" style="margin: auto; width: 90%;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue