mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-2082-Mejoras-en-selector-de-widgets' into 'develop'
Ent 2082 mejoras en selector de widgets See merge request artica/pandorafms!2201 Former-commit-id: 7a4a7bab989e10e3135f249c61d115dcaa0ea277
This commit is contained in:
commit
d7a8cdb181
pandora_console/extras
@ -1,5 +1,7 @@
|
||||
START TRANSACTION;
|
||||
|
||||
UPDATE `twidget` SET `unique_name`='example' WHERE `class_name` LIKE 'WelcomeWidget';
|
||||
|
||||
INSERT INTO `tconfig` (`token`, `value`) VALUES ('status_monitor_fields', 'policy,agent,data_type,module_name,server_type,interval,status,graph,warn,data,timestamp');
|
||||
|
||||
ALTER TABLE `trecon_task` ADD COLUMN `wmi_enabled` tinyint(1) unsigned DEFAULT '0';
|
||||
|
@ -1416,6 +1416,7 @@ ALTER TABLE trecon_task ADD `autoconfiguration_enabled` tinyint(1) unsigned defa
|
||||
-- ---------------------------------------------------------------------
|
||||
UPDATE twidget_dashboard SET id_widget = (SELECT id FROM twidget WHERE unique_name = 'graph_module_histogram') WHERE id_widget = (SELECT id FROM twidget WHERE unique_name = 'graph_availability');
|
||||
DELETE FROM twidget WHERE unique_name = 'graph_availability';
|
||||
UPDATE `twidget` SET `unique_name`='example' WHERE `class_name` LIKE 'WelcomeWidget';
|
||||
|
||||
-- ---------------------------------------------------------------------
|
||||
-- Table `tbackup` (Extension table. Modify only if exists)
|
||||
|
Loading…
x
Reference in New Issue
Block a user