Commit e30caa1b authored by Fabian Franz's avatar Fabian Franz

style fix

parent 22b20148
......@@ -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: [{
......
......@@ -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: [{
......
......@@ -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: [{
......
......@@ -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: [{
......
......@@ -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: [{
......
......@@ -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: [{
......
......@@ -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: [{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment