mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-18 05:28:16 -06:00
14729 rq table
This commit is contained in:
parent
5bada6d3ed
commit
0aac9c4512
@ -19,3 +19,8 @@ class BackgroundTasksTable(tables.Table):
|
|||||||
port = tables.Column(accessor="connection_kwargs__port")
|
port = tables.Column(accessor="connection_kwargs__port")
|
||||||
db = tables.Column(accessor="connection_kwargs__db")
|
db = tables.Column(accessor="connection_kwargs__db")
|
||||||
pid = tables.Column(accessor="scheduler__pid")
|
pid = tables.Column(accessor="scheduler__pid")
|
||||||
|
|
||||||
|
class Meta:
|
||||||
|
attrs = {
|
||||||
|
'class': 'table table-hover object-list',
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user