fix name of class

This commit is contained in:
Oliver Gorwits
2014-01-12 22:20:08 +00:00
parent 99ce56d794
commit 25292e1ce8
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
} }

View File

@@ -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' %]