From e30caa1bc34c70c07cb79d245efebe8fea403a7a Mon Sep 17 00:00:00 2001 From: Fabian Franz Date: Fri, 1 Jan 2016 13:28:46 +0100 Subject: [PATCH] style fix --- src/www/diag_tables.php | 2 +- src/www/interfaces_gif.php | 2 +- src/www/interfaces_gre.php | 2 +- src/www/interfaces_groups.php | 2 +- src/www/interfaces_lagg.php | 2 +- src/www/interfaces_qinq.php | 2 +- src/www/interfaces_vlan.php | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/www/diag_tables.php b/src/www/diag_tables.php index c35107cf0..36f0b64a3 100644 --- a/src/www/diag_tables.php +++ b/src/www/diag_tables.php @@ -122,7 +122,7 @@ $( document ).ready(function() { $("#flushtable").click(function(event){ event.preventDefault() BootstrapDialog.show({ - type:BootstrapDialog.TYPE_INFO, + type:BootstrapDialog.TYPE_DANGER, title: "", message: "", buttons: [{ diff --git a/src/www/interfaces_gif.php b/src/www/interfaces_gif.php index c87126ff6..93d933681 100644 --- a/src/www/interfaces_gif.php +++ b/src/www/interfaces_gif.php @@ -81,7 +81,7 @@ $main_buttons = array( var id = $(this).data("id"); // delete single BootstrapDialog.show({ - type:BootstrapDialog.TYPE_INFO, + type:BootstrapDialog.TYPE_DANGER, title: "", message: "", buttons: [{ diff --git a/src/www/interfaces_gre.php b/src/www/interfaces_gre.php index e2c0f8ae5..134b50755 100644 --- a/src/www/interfaces_gre.php +++ b/src/www/interfaces_gre.php @@ -83,7 +83,7 @@ $main_buttons = array( var id = $(this).data("id"); // delete single BootstrapDialog.show({ - type:BootstrapDialog.TYPE_INFO, + type:BootstrapDialog.TYPE_DANGER, title: "", message: "", buttons: [{ diff --git a/src/www/interfaces_groups.php b/src/www/interfaces_groups.php index 620e6143d..984cd4bb5 100644 --- a/src/www/interfaces_groups.php +++ b/src/www/interfaces_groups.php @@ -74,7 +74,7 @@ $main_buttons = array( var id = $(this).data("id"); // delete single BootstrapDialog.show({ - type:BootstrapDialog.TYPE_INFO, + type:BootstrapDialog.TYPE_DANGER, title: "", message: "", buttons: [{ diff --git a/src/www/interfaces_lagg.php b/src/www/interfaces_lagg.php index 78fdbec73..7a3d8b488 100644 --- a/src/www/interfaces_lagg.php +++ b/src/www/interfaces_lagg.php @@ -92,7 +92,7 @@ $main_buttons = array( var id = $(this).data("id"); // delete single BootstrapDialog.show({ - type:BootstrapDialog.TYPE_INFO, + type:BootstrapDialog.TYPE_DANGER, title: "", message: "", buttons: [{ diff --git a/src/www/interfaces_qinq.php b/src/www/interfaces_qinq.php index adaae24da..aba217101 100644 --- a/src/www/interfaces_qinq.php +++ b/src/www/interfaces_qinq.php @@ -98,7 +98,7 @@ $main_buttons = array( var id = $(this).data("id"); // delete single BootstrapDialog.show({ - type:BootstrapDialog.TYPE_INFO, + type:BootstrapDialog.TYPE_DANGER, title: "", message: "", buttons: [{ diff --git a/src/www/interfaces_vlan.php b/src/www/interfaces_vlan.php index 7b2fb7eb3..ee74ef4f6 100644 --- a/src/www/interfaces_vlan.php +++ b/src/www/interfaces_vlan.php @@ -84,7 +84,7 @@ $main_buttons = array( var id = $(this).data("id"); // delete single BootstrapDialog.show({ - type:BootstrapDialog.TYPE_INFO, + type:BootstrapDialog.TYPE_DANGER, title: "", message: "", buttons: [{