Commit b286ed6b by Torkel Ödegaard

Small UI polish to playlist creation view

parent b56a0848
......@@ -42,12 +42,13 @@
</td>
<td style="text-align: center">
<button class="btn btn-inverse btn-mini pull-right" ng-click="addDashboard(dashboard)">
<i class="fa fa-arrow-right"></i>
<i class="fa fa-plus"></i>
Add to playlist
</button>
</td>
</tr>
<tr ng-hide="searchHits.length">
<td colspan="3">
<td colspan="2">
<i class="fa fa-warning"></i> No dashboards found
</td>
</tr>
......@@ -65,6 +66,11 @@
</button>
</td>
</tr>
<tr ng-hide="playlist.length">
<td colspan="2">
Playlist empty
</td>
</tr>
</table>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment