From d29b6a49c1d7ab433e18823a130e5d791cbebbda Mon Sep 17 00:00:00 2001 From: Fabian Franz Date: Sat, 26 Dec 2015 21:30:09 +0100 Subject: [PATCH] red dialog title --- src/www/vpn_ipsec_keys.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/vpn_ipsec_keys.php b/src/www/vpn_ipsec_keys.php index f8923aecf..e11312522 100644 --- a/src/www/vpn_ipsec_keys.php +++ b/src/www/vpn_ipsec_keys.php @@ -83,7 +83,7 @@ $( document ).ready(function() { $(".act_delete").click(function(){ var id = $(this).attr("id").split('_').pop(-1); BootstrapDialog.show({ - type:BootstrapDialog.TYPE_INFO, + type:BootstrapDialog.TYPE_DANGER, title: "", message: "", buttons: [{