mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
red dialog title
This commit is contained in:
parent
c63cebe97c
commit
d29b6a49c1
@ -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: "<?= gettext("IPsec");?>",
|
||||
message: "<?= gettext("Do you really want to delete this Pre-Shared Key?");?>",
|
||||
buttons: [{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user