fix name of class
This commit is contained in:
@@ -177,7 +177,7 @@ div.content > div.tab-content table.nd_floatinghead thead {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
td.nd_devport_icon i {
|
||||
td.nd_devport-icon i {
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
</tbody>
|
||||
[% FOREACH row IN results %]
|
||||
<tr>
|
||||
<td class="nd_center-cell nd_devport_icon">
|
||||
<td class="nd_center-cell nd_devport-icon">
|
||||
[% IF row.up_admin != 'up' %]
|
||||
<i class="icon-remove"></i>
|
||||
[% ELSIF row.stp == 'blocking' %]
|
||||
|
||||
Reference in New Issue
Block a user