mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Solucionado pantalla en blanco
Former-commit-id: 3bea690502a76bad50ba074f5da9db57978e9535
This commit is contained in:
parent
392c0d0bff
commit
e5c5d1a0f1
@ -1247,6 +1247,7 @@ function create_button_palette_callback() {
|
||||
dialog_message("#message_alert_max_height");
|
||||
validate = false;
|
||||
}
|
||||
|
||||
break;
|
||||
case "group_item":
|
||||
if (values["height"] == "") {
|
||||
@ -1310,6 +1311,14 @@ function create_button_palette_callback() {
|
||||
dialog_message("#message_alert_no_image");
|
||||
validate = false;
|
||||
}
|
||||
if (values["agent"] == "" || values["agent"] == "none") {
|
||||
dialog_message("#message_alert_no_agent");
|
||||
validate = false;
|
||||
}
|
||||
if (values["module"] == "" || values["module"] == "--") {
|
||||
dialog_message("#message_alert_no_module");
|
||||
validate = false;
|
||||
}
|
||||
|
||||
break;
|
||||
case "auto_sla_graph":
|
||||
|
Loading…
x
Reference in New Issue
Block a user