mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixed double top border on component template tables
This commit is contained in:
@@ -145,7 +145,7 @@ class ConsolePortTemplateTable(tables.Table):
|
||||
empty_text = "None"
|
||||
show_header = False
|
||||
attrs = {
|
||||
'class': 'table table-hover panel-body',
|
||||
'class': 'table table-hover',
|
||||
}
|
||||
|
||||
|
||||
@@ -158,7 +158,7 @@ class ConsoleServerPortTemplateTable(tables.Table):
|
||||
empty_text = "None"
|
||||
show_header = False
|
||||
attrs = {
|
||||
'class': 'table table-hover panel-body',
|
||||
'class': 'table table-hover',
|
||||
}
|
||||
|
||||
|
||||
@@ -171,7 +171,7 @@ class PowerPortTemplateTable(tables.Table):
|
||||
empty_text = "None"
|
||||
show_header = False
|
||||
attrs = {
|
||||
'class': 'table table-hover panel-body',
|
||||
'class': 'table table-hover',
|
||||
}
|
||||
|
||||
|
||||
@@ -184,7 +184,7 @@ class PowerOutletTemplateTable(tables.Table):
|
||||
empty_text = "None"
|
||||
show_header = False
|
||||
attrs = {
|
||||
'class': 'table table-hover panel-body',
|
||||
'class': 'table table-hover',
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user