sidebar live toggling of node properties
This commit is contained in:
@@ -95,6 +95,12 @@
|
||||
}
|
||||
});
|
||||
|
||||
// dynamic show/hide data in device ports connected nodes/devices column
|
||||
$('#ports_form').on('change', "input[type=checkbox].nd_dynamic-dp", function(event) {
|
||||
var target = $(this).attr('id');
|
||||
$('span.' + target).toggle();
|
||||
});
|
||||
|
||||
// activity for admin tasks in device details
|
||||
$('#details_pane').on('click', '.nd_adminbutton', function(event) {
|
||||
// stop form from submitting normally
|
||||
|
||||
Reference in New Issue
Block a user