style fix

This commit is contained in:
Fabian Franz 2016-01-01 13:28:46 +01:00
parent 22b2014897
commit e30caa1bc3
7 changed files with 7 additions and 7 deletions

View File

@ -122,7 +122,7 @@ $( document ).ready(function() {
$("#flushtable").click(function(event){
event.preventDefault()
BootstrapDialog.show({
type:BootstrapDialog.TYPE_INFO,
type:BootstrapDialog.TYPE_DANGER,
title: "<?= gettext("Tables");?>",
message: "<?=gettext("Do you really want to flush this table?");?>",
buttons: [{

View File

@ -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: "<?= gettext("GIF");?>",
message: "<?=gettext("Do you really want to delete this gif tunnel?");?>",
buttons: [{

View File

@ -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: "<?= gettext("GRE");?>",
message: "<?=gettext("Do you really want to delete this GRE tunnel?");?>",
buttons: [{

View File

@ -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: "<?= gettext("Group");?>",
message: "<?=gettext("Do you really want to delete this group? All elements that still use it will become invalid (e.g. filter rules)!");?>",
buttons: [{

View File

@ -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: "<?= gettext("LAGG");?>",
message: "<?=gettext("Do you really want to delete this LAGG interface?");?>",
buttons: [{

View File

@ -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: "<?= gettext("QinQ");?>",
message: "<?=gettext("Do you really want to delete this QinQ?");?>",
buttons: [{

View File

@ -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: "<?= gettext("VLAN");?>",
message: "<?=gettext("Do you really want to delete this VLAN?");?>",
buttons: [{