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
29adb58a
authored
Dec 12, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: responsive list tables
parent
0377a840
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
3 deletions
+11
-3
circle/dashboard/templates/dashboard/group-list.html
+3
-1
circle/dashboard/templates/dashboard/node-list.html
+3
-1
circle/dashboard/templates/dashboard/template-list.html
+3
-1
circle/dashboard/templates/dashboard/vm-list.html
+2
-0
No files found.
circle/dashboard/templates/dashboard/group-list.html
View file @
29adb58a
...
@@ -16,7 +16,9 @@
...
@@ -16,7 +16,9 @@
<div
class=
"panel-body"
>
<div
class=
"panel-body"
>
<div
id=
"table_container"
>
<div
id=
"table_container"
>
<div
id=
"rendered_table"
class=
"panel-body"
>
<div
id=
"rendered_table"
class=
"panel-body"
>
{% render_table table %}
<div
class=
"table-responsive"
>
{% render_table table %}
</div>
</div>
</div>
</div>
</div>
</div>
<!-- .panel-body -->
</div>
<!-- .panel-body -->
...
...
circle/dashboard/templates/dashboard/node-list.html
View file @
29adb58a
...
@@ -15,7 +15,9 @@
...
@@ -15,7 +15,9 @@
</div>
</div>
<div
id=
"table_container"
>
<div
id=
"table_container"
>
<div
id=
"rendered_table"
class=
"panel-body"
>
<div
id=
"rendered_table"
class=
"panel-body"
>
{% render_table table %}
<div
class=
"table-responsive"
>
{% render_table table %}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
circle/dashboard/templates/dashboard/template-list.html
View file @
29adb58a
...
@@ -34,7 +34,9 @@
...
@@ -34,7 +34,9 @@
</div>
</div>
</div>
</div>
<div
class=
"panel-body"
>
<div
class=
"panel-body"
>
{% render_table table %}
<div
class=
"table-responsive"
>
{% render_table table %}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
circle/dashboard/templates/dashboard/vm-list.html
View file @
29adb58a
...
@@ -50,6 +50,7 @@
...
@@ -50,6 +50,7 @@
</div>
<!-- .row -->
</div>
<!-- .row -->
</div>
<!-- .panel-body -->
</div>
<!-- .panel-body -->
<div
class=
"panel-body"
>
<div
class=
"panel-body"
>
<div
class=
"table-responsive"
>
<table
class=
"table table-bordered table-striped table-hover vm-list-table"
<table
class=
"table table-bordered table-striped table-hover vm-list-table"
id=
"vm-list-table"
>
id=
"vm-list-table"
>
<thead><tr>
<thead><tr>
...
@@ -140,6 +141,7 @@
...
@@ -140,6 +141,7 @@
{% endfor %}
{% endfor %}
</tbody>
</tbody>
</table>
</table>
</div>
<!-- .table-responsive -->
</div>
</div>
</div>
</div>
</div>
</div>
...
...
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