summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/static/index.html b/static/index.html
index 8520468..9f9b854 100644
--- a/static/index.html
+++ b/static/index.html
@@ -66,6 +66,7 @@
</table>
</div>
<div id="directory-tab">
+ <input type="button" id="directory-add" value="Add selected" />
<table id="directory-table" class="track-table">
<thead>
<tr>
@@ -74,9 +75,9 @@
<th>Album</th>
</tr>
</thead>
- <tbody id="directory-list">
- <tr>
- </tr>
+ <tbody id="directory-dirs">
+ </tbody>
+ <tbody id="directory-tracks">
</tbody>
</table>
</div>