mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Cleaned up component tables and checkbox toggling
This commit is contained in:
@ -30,4 +30,4 @@ class ToggleColumn(tables.CheckBoxColumn):
|
||||
|
||||
@property
|
||||
def header(self):
|
||||
return mark_safe('<input type="checkbox" id="toggle_all" title="Toggle all" />')
|
||||
return mark_safe('<input type="checkbox" class="toggle" title="Toggle all" />')
|
||||
|
Reference in New Issue
Block a user