Highlight table on hover, added column names for status and brand

Probably could re-name brand to manufacturer ?
This commit is contained in:
Arjit Chaudhary
2015-08-23 00:09:12 +05:30
parent dc42cd0a64
commit eb4d386731
+3 -3
View File
@@ -220,11 +220,11 @@ else {
<div class="panel panel-default panel-condensed">
<div class="table-responsive">
<table id="devices" class="table table-condensed">
<table id="devices" class="table table-hover">
<thead>
<tr>
<th data-column-id="status" data-sortable="false" data-searchable="false" data-formatter="status"></th>
<th data-column-id="icon" data-sortable="false" data-searchable="false"></th>
<th data-column-id="status" data-sortable="false" data-searchable="false" data-formatter="status">Status</th>
<th data-column-id="icon" data-sortable="false" data-searchable="false">Brand</th>
<th data-column-id="hostname" data-order="asc">Device</th>
<th data-column-id="ports" data-sortable="false" data-searchable="false"></th>
<th data-column-id="hardware">Platform</th>