fix: dashboard menu for role
This commit is contained in:
@@ -169,4 +169,10 @@ ALTER TABLE `omc_db`.`kpi_title`
|
||||
ADD INDEX IF NOT EXISTS `idx_kpi_id` (`kpi_id`) USING BTREE;
|
||||
|
||||
ALTER TABLE `omc_db`.`alarm`
|
||||
ADD UNIQUE INDEX IF NOT EXISTS `idx_pk_id` (`id`) USING BTREE;
|
||||
ADD UNIQUE INDEX IF NOT EXISTS `idx_pk_id` (`id`) USING BTREE;
|
||||
|
||||
REPLACE INTO
|
||||
`sys_dict_data`
|
||||
VALUES (
|
||||
4034, 4034, 'menu.dashboard.overview', 'Overview', 'i18n_en', NULL, NULL, '1', 'supervisor', 1705550000000, NULL, 0, NULL
|
||||
);
|
||||
Reference in New Issue
Block a user