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
089ff40c
authored
Aug 27, 2013
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
network: responsive tables
parent
2264b2fe
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
21 additions
and
9 deletions
+21
-9
network/templates/network/blacklist-list.html
+3
-1
network/templates/network/domain-edit.html
+3
-1
network/templates/network/domain-list.html
+3
-1
network/templates/network/host-list.html
+3
-2
network/templates/network/record-list.html
+3
-1
network/templates/network/rule-list.html
+3
-2
network/templates/network/vlan-list.html
+3
-1
No files found.
network/templates/network/blacklist-list.html
View file @
089ff40c
...
@@ -10,5 +10,7 @@
...
@@ -10,5 +10,7 @@
<h1>
Blacklist
<small></small></h1>
<h1>
Blacklist
<small></small></h1>
</div>
</div>
{% render_table table %}
<div
class=
"table-responsive"
>
{% render_table table %}
</div>
{% endblock %}
{% endblock %}
network/templates/network/domain-edit.html
View file @
089ff40c
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-
5
"
>
<div
class=
"col-sm-
4
"
>
{% crispy form %}
{% crispy form %}
</div>
</div>
<div
class=
"col-sm-5 col-sm-offset-1"
>
<div
class=
"col-sm-5 col-sm-offset-1"
>
...
@@ -20,7 +20,9 @@
...
@@ -20,7 +20,9 @@
List of this domain's records
List of this domain's records
</h3>
</h3>
<hr
/>
<hr
/>
<div
class=
"table-responsive"
>
{% render_table record_list %}
{% render_table record_list %}
</div>
</div>
</div>
</div>
</div>
{% endblock %}
{% endblock %}
network/templates/network/domain-list.html
View file @
089ff40c
...
@@ -10,5 +10,7 @@
...
@@ -10,5 +10,7 @@
<h1>
Domains
<small>
list of all domains
</small></h1>
<h1>
Domains
<small>
list of all domains
</small></h1>
</div>
</div>
{% render_table table %}
<div
class=
"table-responsive"
>
{% render_table table %}
</div>
{% endblock %}
{% endblock %}
network/templates/network/host-list.html
View file @
089ff40c
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
{% endfor %}
{% endfor %}
</ul>
</ul>
{% render_table table %}
<div
class=
"table-responsive"
>
{% render_table table %}
</div>
{% endblock %}
{% endblock %}
network/templates/network/record-list.html
View file @
089ff40c
...
@@ -15,5 +15,7 @@
...
@@ -15,5 +15,7 @@
</h1>
</h1>
</div>
</div>
{% render_table table %}
<div
class=
"table-responsive"
>
{% render_table table %}
</div>
{% endblock %}
{% endblock %}
network/templates/network/rule-list.html
View file @
089ff40c
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
<h1>
Rules
<small>
list of all rules
</small></h1>
<h1>
Rules
<small>
list of all rules
</small></h1>
</div>
</div>
<div
class=
"table-responsive"
>
{% render_table table %}
{% render_table table %}
</div>
{% endblock %}
{% endblock %}
network/templates/network/vlan-list.html
View file @
089ff40c
...
@@ -10,5 +10,7 @@
...
@@ -10,5 +10,7 @@
<h1>
Vlans
<small>
list of all vlans
</small></h1>
<h1>
Vlans
<small>
list of all vlans
</small></h1>
</div>
</div>
{% render_table table %}
<div
class=
"table-responsive"
>
{% render_table table %}
</div>
{% endblock %}
{% endblock %}
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