Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
6a091ece
Commit
6a091ece
authored
Jan 01, 2016
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #592 from fabianfrz/style
style fix
parents
22b20148
e30caa1b
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
diag_tables.php
src/www/diag_tables.php
+1
-1
interfaces_gif.php
src/www/interfaces_gif.php
+1
-1
interfaces_gre.php
src/www/interfaces_gre.php
+1
-1
interfaces_groups.php
src/www/interfaces_groups.php
+1
-1
interfaces_lagg.php
src/www/interfaces_lagg.php
+1
-1
interfaces_qinq.php
src/www/interfaces_qinq.php
+1
-1
interfaces_vlan.php
src/www/interfaces_vlan.php
+1
-1
No files found.
src/www/diag_tables.php
View file @
6a091ece
...
...
@@ -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
:
[{
...
...
src/www/interfaces_gif.php
View file @
6a091ece
...
...
@@ -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
:
[{
...
...
src/www/interfaces_gre.php
View file @
6a091ece
...
...
@@ -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
:
[{
...
...
src/www/interfaces_groups.php
View file @
6a091ece
...
...
@@ -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
:
[{
...
...
src/www/interfaces_lagg.php
View file @
6a091ece
...
...
@@ -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
:
[{
...
...
src/www/interfaces_qinq.php
View file @
6a091ece
...
...
@@ -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
:
[{
...
...
src/www/interfaces_vlan.php
View file @
6a091ece
...
...
@@ -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
:
[{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment