Commit 18022e0d by Szeberényi Imre

Merge branch 'profile_broken' into 'master'

Profile broken issue

See merge request !4
parents 3ce45c05 e1682851
......@@ -292,6 +292,7 @@ class UserKeyListTable(Table):
class Meta:
model = UserKey
template_name = "django_tables2/table_no_page.html"
attrs = {'class': ('table table-bordered table-striped table-hover'),
'id': "profile-key-list-table"}
fields = ('name', 'fingerprint', 'created', 'actions')
......@@ -322,6 +323,7 @@ class ConnectCommandListTable(Table):
class Meta:
model = ConnectCommand
template_name = "django_tables2/table_no_page.html"
attrs = {'class': ('table table-bordered table-striped table-hover'),
'id': "profile-command-list-table"}
fields = ('name', 'access_method', 'template', 'actions')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment