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
49dc45d9
Commit
49dc45d9
authored
Nov 30, 2015
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(legacy) style/layout fixes in system_gateway_groups.php
parent
09f9ace8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
system_gateway_groups.php
src/www/system_gateway_groups.php
+11
-7
No files found.
src/www/system_gateway_groups.php
View file @
49dc45d9
...
...
@@ -158,13 +158,13 @@ $( document ).ready(function() {
}
?>
<section
class=
"col-xs-12"
>
<div
class=
"tab-content content-box col-xs-12"
>
<div
class=
"container-fluid"
>
<div
class=
"tab-content content-box"
>
<form
action=
"system_gateway_groups.php"
method=
"post"
name=
"iform"
id=
"iform"
>
<input
type=
"hidden"
id=
"act"
name=
"act"
value=
""
/>
<input
type=
"hidden"
id=
"id"
name=
"id"
value=
""
/>
<div
class=
"table-responsive"
>
<table
class=
"table table-striped
table-sort
"
>
<table
class=
"table table-striped"
>
<thead>
<tr>
<td>
<?=
gettext
(
"Group Name"
);
?>
</td>
...
...
@@ -208,11 +208,15 @@ $( document ).ready(function() {
<?php
$i
++
;
endforeach
;
?>
</tbody>
</table
>
</div
>
<div
class=
"hidden-xs
"
>
<tfoot
>
<tr
class=
"hidden-xs"
>
<td
colspan=
"5
"
>
<b>
<?=
gettext
(
"Note:"
);
?>
</b>
<?=
gettext
(
"Remember to use these Gateway Groups in firewall rules in order to enable load balancing, failover, or policy-based routing. Without rules directing traffic into the Gateway Groups, they will not be used."
);
?>
</td>
</tr>
</tfoot>
</table>
</div>
</form>
</div>
...
...
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