Files
cloudkitty-dashboard/cloudkittydashboard/enabled/_32040_admin_pyscripts_panel.py
Takashi Kajinami 664a4a4b09 Use identical ids
Use dedicated range for all files to eanble cloudkitty-dashboard to
avoid conflict with the other plugins or even core files provided by
horizon. 310xx is used by watcher to atm so move it to 320xx .

Change-Id: I2e7cca1bb6ab64072b4967b980e661f4415e5704
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2025-09-13 18:58:12 +09:00

6 lines
147 B
Python

PANEL_GROUP = 'rating'
PANEL_DASHBOARD = 'admin'
PANEL = 'pyscripts'
ADD_PANEL = 'cloudkittydashboard.dashboards.admin.pyscripts.panel.PyScripts'