diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/index.html b/www/index.html index 57ed2f7..563a63d 100644 --- a/www/index.html +++ b/www/index.html @@ -335,11 +335,13 @@ <tr> <th>Cart #</th> <th>Titel</th> + <th>Interpret</th> + <th>Album</th> <th>Länge</th> <th>importiert</th> <th># gespielt</th> <th>zuletzt gespielt</th> - <th>Aktionen</th> + <th class="text-center">Aktionen</th> </tr> </thead> <tbody> @@ -377,10 +379,10 @@ <td class="file-bytes"> beginne... </td> - <td colspan="3"> + <td colspan="5"> <div class="progress"><div class="progress-bar" style="width: 0%;"></div></div> </td> - <td> + <td class="text-center"> <button class="btn btn-danger btn-xs"><span class="glyphicon glyphicon-remove"></span> Abbrechen</button> </td> </tr> |