Port Log now viewable via an icon by device port name

This commit is contained in:
Oliver Gorwits
2013-12-29 21:28:48 +00:00
parent 7749082dfd
commit a2cc3f989e
11 changed files with 114 additions and 4 deletions

View File

@@ -251,10 +251,23 @@ td > form.nd_inline-form {
/* port admin up/down control */
.nd_edit-icon, .nd_hand-icon {
cursor: pointer;
float: right;
display: none;
margin-top: 3px;
}
/* port admin log view */
.nd_log-icon {
cursor: pointer;
color: black;
float: left;
display: none;
margin-top: 3px;
}
.nd_log-icon:hover, .nd_log-icon:focus {
text-decoration: none;
color: black;
}
/* port power control */
.nd_power-icon {