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

@@ -52,6 +52,11 @@
port_control(this); // save
});
// activity for power enable/disable control
$('.nd_power_icon').click(function() {
port_control(this); // save
});
var dirty = false;
// activity for contenteditable control