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;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.nd_devport_icon i {
|
td.nd_devport-icon i {
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
[% FOREACH row IN results %]
|
[% FOREACH row IN results %]
|
||||||
<tr>
|
<tr>
|
||||||
<td class="nd_center-cell nd_devport_icon">
|
<td class="nd_center-cell nd_devport-icon">
|
||||||
[% IF row.up_admin != 'up' %]
|
[% IF row.up_admin != 'up' %]
|
||||||
<i class="icon-remove"></i>
|
<i class="icon-remove"></i>
|
||||||
[% ELSIF row.stp == 'blocking' %]
|
[% ELSIF row.stp == 'blocking' %]
|
||||||
|
|||||||
Reference in New Issue
Block a user