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
a37322ba
authored
May 07, 2013
by
Bence Dányi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
firewall_gui: change column order
parent
85135a40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
firewall_gui/static/partials/host-list.html
+5
-5
No files found.
firewall_gui/static/partials/host-list.html
View file @
a37322ba
...
@@ -18,15 +18,15 @@
...
@@ -18,15 +18,15 @@
<tr>
<tr>
<th>
Név
</th>
<th>
Név
</th>
<th>
Vlan
</th>
<th>
Vlan
</th>
<th>
Tulajdonos
</th>
<th>
IPv4
</th>
<th>
Csoportok
</th>
<th>
Csoportok
</th>
<th>
Leírá
s
</th>
<th>
Tulajdono
s
</th>
<th
colspan=
"2"
>
IPv4
</th>
<th
colspan=
"2"
>
Leírás
</th>
</tr>
</tr>
<tr
ng-repeat=
"host in getPage()"
>
<tr
ng-repeat=
"host in getPage()"
>
<td>
{{host.name}}
</td>
<td>
{{host.name}}
</td>
<td><a
href=
"#/hosts/{{host.vlan.id}}"
>
{{host.vlan.name}}
</a></td>
<td><a
href=
"#/hosts/{{host.vlan.id}}"
>
{{host.vlan.name}}
</a></td>
<td>
{{host.
owner.name
}}
</td>
<td>
{{host.
ipv4
}}
</td>
<td>
<td>
<ul>
<ul>
<li
ng-repeat=
"group in host.groups"
>
<li
ng-repeat=
"group in host.groups"
>
...
@@ -34,8 +34,8 @@
...
@@ -34,8 +34,8 @@
</li>
</li>
</ul>
</ul>
</td>
</td>
<td>
{{host.owner.name}}
</td>
<td
style=
"width: 200px;"
>
{{host.description}}
</td>
<td
style=
"width: 200px;"
>
{{host.description}}
</td>
<td>
{{host.ipv4}}
</td>
<td>
<td>
<a
class=
"btn"
href=
"#/hosts/{{host.id}}/"
>
Szerkesztés
</a>
<a
class=
"btn"
href=
"#/hosts/{{host.id}}/"
>
Szerkeszté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>
...
...
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