1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Tweak object list sizing, alignment

This commit is contained in:
jeremystretch
2021-07-20 21:16:36 -04:00
parent f2f9c926bb
commit 347ea4ca98
9 changed files with 17 additions and 13 deletions

View File

@ -24,7 +24,7 @@ class BaseTable(tables.Table):
class Meta:
attrs = {
'class': 'table table-hover table-headings',
'class': 'table table-hover object-list',
}
def __init__(self, *args, user=None, **kwargs):