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
b56ab59f
Commit
b56ab59f
authored
May 29, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src: whitespace sweep
parent
a3faab2b
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
5 additions
and
9 deletions
+5
-9
SettingsController.php
...rollers/OPNsense/TrafficShaper/Api/SettingsController.php
+1
-1
dialogPipe.xml
...p/controllers/OPNsense/TrafficShaper/forms/dialogPipe.xml
+1
-1
dialogRule.xml
...p/controllers/OPNsense/TrafficShaper/forms/dialogRule.xml
+1
-1
NetworkField.php
.../mvc/app/models/OPNsense/Base/FieldTypes/NetworkField.php
+0
-1
PortField.php
...nse/mvc/app/models/OPNsense/Base/FieldTypes/PortField.php
+0
-1
NetworkValidator.php
.../app/models/OPNsense/Base/Validators/NetworkValidator.php
+1
-1
index.volt
src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt
+0
-1
__init__.py
src/opnsense/service/modules/addons/__init__.py
+0
-1
opnsense_ui.js
src/opnsense/www/js/opnsense_ui.js
+1
-1
No files found.
src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/Api/SettingsController.php
View file @
b56ab59f
...
@@ -310,4 +310,4 @@ class SettingsController extends ApiControllerBase
...
@@ -310,4 +310,4 @@ class SettingsController extends ApiControllerBase
return
$result
;
return
$result
;
}
}
}
}
\ No newline at end of file
src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogPipe.xml
View file @
b56ab59f
...
@@ -32,4 +32,4 @@
...
@@ -32,4 +32,4 @@
<type>
text
</type>
<type>
text
</type>
<help>
Description to identify this pipe.
</help>
<help>
Description to identify this pipe.
</help>
</field>
</field>
</form>
</form>
\ No newline at end of file
src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogRule.xml
View file @
b56ab59f
...
@@ -57,4 +57,4 @@
...
@@ -57,4 +57,4 @@
<type>
text
</type>
<type>
text
</type>
<help></help>
<help></help>
</field>
</field>
</form>
</form>
\ No newline at end of file
src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/NetworkField.php
View file @
b56ab59f
...
@@ -77,4 +77,3 @@ class NetworkField extends BaseField
...
@@ -77,4 +77,3 @@ class NetworkField extends BaseField
}
}
}
}
}
}
src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/PortField.php
View file @
b56ab59f
...
@@ -99,4 +99,3 @@ class PortField extends BaseField
...
@@ -99,4 +99,3 @@ class PortField extends BaseField
}
}
}
}
}
}
src/opnsense/mvc/app/models/OPNsense/Base/Validators/NetworkValidator.php
View file @
b56ab59f
...
@@ -115,4 +115,4 @@ class NetworkValidator extends Validator implements ValidatorInterface
...
@@ -115,4 +115,4 @@ class NetworkValidator extends Validator implements ValidatorInterface
return
$result
;
return
$result
;
}
}
}
}
\ No newline at end of file
src/opnsense/mvc/app/views/OPNsense/TrafficShaper/index.volt
View file @
b56ab59f
...
@@ -346,4 +346,3 @@ POSSIBILITY OF SUCH DAMAGE.
...
@@ -346,4 +346,3 @@ POSSIBILITY OF SUCH DAMAGE.
{# include dialogs #}
{# include dialogs #}
{{ partial("layout_partials/base_dialog",['fields':formDialogPipe,'id':'DialogPipe','label':'Edit pipe'])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogPipe,'id':'DialogPipe','label':'Edit pipe'])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogRule,'id':'DialogRule','label':'Edit rule'])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogRule,'id':'DialogRule','label':'Edit rule'])}}
src/opnsense/service/modules/addons/__init__.py
View file @
b56ab59f
...
@@ -29,4 +29,3 @@
...
@@ -29,4 +29,3 @@
--------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------
package : configd
package : configd
"""
"""
src/opnsense/www/js/opnsense_ui.js
View file @
b56ab59f
...
@@ -278,4 +278,4 @@ function stdBootgridUI(id, sourceUrl) {
...
@@ -278,4 +278,4 @@ function stdBootgridUI(id, sourceUrl) {
})
})
return
grid
;
return
grid
;
}
}
\ No newline at end of file
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