mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -06:00
Try actual field name...
This commit is contained in:
parent
e6bc968d62
commit
80e56e4fd8
@ -634,9 +634,9 @@ $('button.toggle-ips').click(function() {
|
||||
$('button.toggle-description').click(function() {
|
||||
var selected = $(this).attr('selected');
|
||||
if (selected) {
|
||||
$('#interfaces_table tr.description').hide();
|
||||
$('#interfaces_table iface.description').hide();
|
||||
} else {
|
||||
$('#interfaces_table tr.description').show();
|
||||
$('#interfaces_table iface.description').show();
|
||||
}
|
||||
$(this).attr('selected', !selected);
|
||||
$(this).children('span').toggleClass('glyphicon-check glyphicon-unchecked');
|
||||
|
Loading…
Reference in New Issue
Block a user