mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
style fix
This commit is contained in:
parent
22b2014897
commit
e30caa1bc3
@ -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: [{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user