From 00b764d16b41e8619d55396bc7bf523ca7784a17 Mon Sep 17 00:00:00 2001 From: SourceDoctor Date: Tue, 5 Nov 2019 23:26:11 +0100 Subject: [PATCH] Bootstrapping checkboxes (#10782) --- includes/html/modal/alert_schedule.inc.php | 21 ++++++--------------- includes/html/pages/addhost.inc.php | 10 ++++------ 2 files changed, 10 insertions(+), 21 deletions(-) diff --git a/includes/html/modal/alert_schedule.inc.php b/includes/html/modal/alert_schedule.inc.php index b9b0d60faf..a2c1c80a68 100644 --- a/includes/html/modal/alert_schedule.inc.php +++ b/includes/html/modal/alert_schedule.inc.php @@ -48,12 +48,7 @@ if (\Auth::user()->hasGlobalAdmin()) {
- - +
@@ -125,6 +120,7 @@ if (\Auth::user()->hasGlobalAdmin()) {
-
-
- -
+ +
+

@@ -364,6 +361,7 @@ if (Config::get('distributed_poller') === true) { }); $("[name='snmp']").bootstrapSwitch('offColor','danger'); + $("[name='force_add']").bootstrapSwitch();