Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
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
f665b9f0
authored
May 07, 2013
by
Bence Dányi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
firewall_gui: pretty host display
parent
6bb7fc58
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
firewall_gui/static/partials/host-list.html
+4
-4
firewall_gui/templates/firewall/index.html
+1
-2
No files found.
firewall_gui/static/partials/host-list.html
View file @
f665b9f0
...
@@ -33,11 +33,11 @@
...
@@ -33,11 +33,11 @@
</td>
</td>
<td>
{{host.ipv4}}
</td>
<td>
{{host.ipv4}}
</td>
<td>
<td>
<
ul
>
<
div
class=
"well well-small"
>
<
li
ng-repeat=
"group in host.groups"
>
<
span
class=
"label label-info"
ng-repeat=
"group in host.groups"
>
<a
href=
"#/hostgroups/{{group.id}}"
>
{{group.name}}
</a>
<a
href=
"#/hostgroups/{{group.id}}"
>
{{group.name}}
</a>
</
li
>
</
span
>
</
ul
>
</
div
>
</td>
</td>
<td>
{{host.owner.name}}
</td>
<td>
{{host.owner.name}}
</td>
<td
style=
"width: 200px;"
>
{{host.description}}
</td>
<td
style=
"width: 200px;"
>
{{host.description}}
</td>
...
...
firewall_gui/templates/firewall/index.html
View file @
f665b9f0
...
@@ -20,8 +20,7 @@
...
@@ -20,8 +20,7 @@
padding
:
5px
;
padding
:
5px
;
}
}
.label
a
{
.label
a
{
color
:
black
;
color
:
white
;
font-weight
:
normal
;
}
}
</style>
</style>
<link
href=
"{% static "
css
/
bootstrap-responsive
.
min
.
css
"
%}"
rel=
"stylesheet"
>
<link
href=
"{% static "
css
/
bootstrap-responsive
.
min
.
css
"
%}"
rel=
"stylesheet"
>
...
...
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