mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add Object.label class attribute, enable in webUI
This commit is contained in:
committed by
Rob Crittenden
parent
338578d10a
commit
069763c5c6
@@ -131,7 +131,7 @@ class Engine(object):
|
||||
)
|
||||
|
||||
def build_cruds_page(self, obj):
|
||||
page = self.app.new('PageGrid', title=obj.name, id=obj.name)
|
||||
page = self.app.new('PageGrid', title=obj.label, id=obj.name)
|
||||
|
||||
# Setup CRUDS widget:
|
||||
page.cruds.autoload = True
|
||||
|
||||
Reference in New Issue
Block a user