
Properly save the flavor of the role. Also bring back the autosave. Also add menu for non-drag-and-drop adding. Change-Id: Ie977aa2c1eb23b26589a881b65db6840046b5c59
8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
PANEL = 'overview'
|
|
PANEL_DASHBOARD = 'infrastructure'
|
|
PANEL_GROUP = 'infrastructure'
|
|
ADD_PANEL = 'tuskar_boxes.overview.panel.Overview'
|
|
ADD_INSTALLED_APPS = [
|
|
'tuskar_boxes',
|
|
]
|