frontend support for port poe enable/disable

This commit is contained in:
Oliver Gorwits
2012-12-10 21:07:39 +00:00
parent 4dd6080a84
commit 3b90e28843
8 changed files with 100 additions and 6 deletions

View File

@@ -100,6 +100,19 @@ body {
display: none;
}
.nd_power_icon {
cursor: pointer;
}
.icon-off {
vertical-align: middle;
color: darkRed;
}
.nd_power_on {
color: darkGreen;
}
/* placement of port link when port admin hint is enabled */
.nd_editable_cell > .nd_this_port_only {
margin-left: 18px;