Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
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
146497db
authored
Apr 29, 2013
by
Bence Dányi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
firewall_gui: fix typo
parent
12241cbe
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
firewall_gui/static/partials/host-list.html
+1
-1
firewall_gui/static/partials/hostgroup-list.html
+1
-1
firewall_gui/static/partials/rule-list.html
+1
-1
firewall_gui/static/partials/vlan-list.html
+1
-1
firewall_gui/static/partials/vlangroup-list.html
+1
-1
No files found.
firewall_gui/static/partials/host-list.html
View file @
146497db
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
<td
style=
"width: 200px;"
>
{{host.description}}
</td>
<td
style=
"width: 200px;"
>
{{host.description}}
</td>
<td>
{{host.ipv4}}
</td>
<td>
{{host.ipv4}}
</td>
<td>
<td>
<a
class=
"btn"
href=
"#/hosts/{{host.id}}/"
>
Szekesztés
</a>
<a
class=
"btn"
href=
"#/hosts/{{host.id}}/"
>
Sze
r
kesztés
</a>
<a
class=
"btn btn-danger"
href=
"#/hosts/{{host.id}}/delete/"
>
Törlés
</a>
<a
class=
"btn btn-danger"
href=
"#/hosts/{{host.id}}/delete/"
>
Törlés
</a>
</td>
</td>
</tr>
</tr>
...
...
firewall_gui/static/partials/hostgroup-list.html
View file @
146497db
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<td>
{{group.owner.name}}
</td>
<td>
{{group.owner.name}}
</td>
<td
style=
"width: 200px;"
>
{{group.description}}
</td>
<td
style=
"width: 200px;"
>
{{group.description}}
</td>
<td>
<td>
<a
class=
"btn"
href=
"#/hostgroups/{{group.id}}/"
>
Szekesztés
</a>
<a
class=
"btn"
href=
"#/hostgroups/{{group.id}}/"
>
Sze
r
kesztés
</a>
<a
class=
"btn btn-danger"
href=
"#/hostgroups/{{group.id}}/delete/"
>
Törlés
</a>
<a
class=
"btn btn-danger"
href=
"#/hostgroups/{{group.id}}/delete/"
>
Törlés
</a>
</td>
</td>
</tr>
</tr>
...
...
firewall_gui/static/partials/rule-list.html
View file @
146497db
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
<td>
{{rule.owner.name}}
</td>
<td>
{{rule.owner.name}}
</td>
<td>
{{rule.description}}
</td>
<td>
{{rule.description}}
</td>
<td>
<td>
<a
class=
"btn"
href=
"#/rules/{{rule.id}}/"
>
Szekesztés
</a>
<a
class=
"btn"
href=
"#/rules/{{rule.id}}/"
>
Sze
r
kesztés
</a>
<a
class=
"btn btn-danger"
href=
"#/rules/{{rule.id}}/delete/"
>
Törlés
</a>
<a
class=
"btn btn-danger"
href=
"#/rules/{{rule.id}}/delete/"
>
Törlés
</a>
</td>
</td>
</tr>
</tr>
...
...
firewall_gui/static/partials/vlan-list.html
View file @
146497db
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
<td
style=
"width: 200px;"
>
{{vlan.description}}
</td>
<td
style=
"width: 200px;"
>
{{vlan.description}}
</td>
<td><a
href=
"#/vlans/{{vlan.domain.id}}"
>
{{vlan.domain.name}}
</a></td>
<td><a
href=
"#/vlans/{{vlan.domain.id}}"
>
{{vlan.domain.name}}
</a></td>
<td>
<td>
<a
class=
"btn"
href=
"#/vlans/{{vlan.id}}/"
>
Szekesztés
</a>
<a
class=
"btn"
href=
"#/vlans/{{vlan.id}}/"
>
Sze
r
kesztés
</a>
<a
class=
"btn btn-danger"
href=
"#/vlans/{{vlan.id}}/delete/"
>
Törlés
</a>
<a
class=
"btn btn-danger"
href=
"#/vlans/{{vlan.id}}/delete/"
>
Törlés
</a>
</td>
</td>
</tr>
</tr>
...
...
firewall_gui/static/partials/vlangroup-list.html
View file @
146497db
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
<td
style=
"width: 200px;"
>
{{group.description}}
</td>
<td
style=
"width: 200px;"
>
{{group.description}}
</td>
<td>
{{group.owner.name}}
</td>
<td>
{{group.owner.name}}
</td>
<td>
<td>
<a
class=
"btn"
href=
"#/vlangroups/{{group.id}}/"
>
Szekesztés
</a>
<a
class=
"btn"
href=
"#/vlangroups/{{group.id}}/"
>
Sze
r
kesztés
</a>
<a
class=
"btn btn-danger"
href=
"#/vlangroups/{{group.id}}/delete/"
>
Törlés
</a>
<a
class=
"btn btn-danger"
href=
"#/vlangroups/{{group.id}}/delete/"
>
Törlés
</a>
</td>
</td>
</tr>
</tr>
...
...
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