tuskar-ui-extras/_60_tuskar_boxes.py.example
Radomir Dopieralski 7d8210b65a Add flavor saving
Properly save the flavor of the role.
Also bring back the autosave.
Also add menu for non-drag-and-drop adding.

Change-Id: Ie977aa2c1eb23b26589a881b65db6840046b5c59
2014-10-07 14:37:31 +02:00

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',
]