Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
4d5d449d
authored
May 16, 2013
by
Bence Dányi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
firewall_gui: fix markup typos
parent
e49f0177
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
firewall_gui/static/partials/vlan-edit.html
+3
-3
firewall_gui/static/partials/vlangroup-edit.html
+7
-7
No files found.
firewall_gui/static/partials/vlan-edit.html
View file @
4d5d449d
...
...
@@ -108,7 +108,7 @@
</div>
</div>
<div
class=
"control-group"
ng-class=
"hasError('vlans')"
>
<label
class=
"control-label"
for=
"
hostgroup
s"
>
NAT to (?)
</label>
<label
class=
"control-label"
for=
"
vlan
s"
>
NAT to (?)
</label>
<div
class=
"controls"
>
<div
class=
"well well-small"
>
<span
class=
"label label-info"
ng-repeat=
"vlan in entity.vlans | filter: destroyed"
>
...
...
@@ -117,10 +117,10 @@
</span>
</div>
<div
class=
"input-append"
>
<input
class=
"span2 vlan"
id=
"vlan"
type=
"text"
ng-model=
"newVlan"
>
<input
class=
"span2 vlan"
id=
"vlan
s
"
type=
"text"
ng-model=
"newVlan"
>
<button
class=
"btn"
type=
"button"
ng-click=
"addVlan(newVlan)"
>
Add
</button>
<span
class=
"help-inline"
ng-bind=
"getError('vlans')"
></span>
</div>
<span
class=
"help-inline"
ng-bind=
"getError('vlans')"
></span>
</div>
</div>
<div
class=
"control-group"
>
...
...
firewall_gui/static/partials/vlangroup-edit.html
View file @
4d5d449d
...
...
@@ -42,20 +42,20 @@
<span
class=
"help-inline"
ng-bind=
"getError('description')"
></span>
</div>
</div>
<div
class=
"control-group"
ng-class=
"hasError('vlan
group
s')"
>
<label
class=
"control-label"
for=
"vlan
group
s"
>
Vlans
</label>
<div
class=
"control-group"
ng-class=
"hasError('vlans')"
>
<label
class=
"control-label"
for=
"vlans"
>
Vlans
</label>
<div
class=
"controls"
>
<div
class=
"well well-small"
>
<span
class=
"label label-info"
ng-repeat=
"vlan in entity.vlans"
>
<span
class=
"label label-info"
ng-repeat=
"vlan in entity.vlans
| filter: destroyed
"
>
<a
href=
"#/vlans/{{vlan.id}}"
>
{{vlan.name}}
</a>
<a
href
><i
class=
"icon-remove"
></i></a>
<a
href
ng-click=
"removeVlan(vlan)"
><i
class=
"icon-remove"
></i></a>
</span>
</div>
<div
class=
"input-append"
>
<input
class=
"span2 vlan"
id=
"vlan"
type=
"text"
data-provide=
"typeahead"
>
<button
class=
"btn"
type=
"button"
>
Add
</button>
<span
class=
"help-inline"
ng-bind=
"getError('vlangroups')"
></span>
<input
class=
"span2 vlan"
id=
"vlans"
type=
"text"
data-provide=
"typeahead"
ng-model=
"newVlan"
>
<button
class=
"btn"
type=
"button"
ng-click=
"addVlan(newVlan)"
>
Add
</button>
</div>
<span
class=
"help-inline"
ng-bind=
"getError('vlans')"
></span>
</div>
</div>
<div
class=
"control-group"
>
...
...
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