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
566e74c4
authored
Feb 10, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: 2 cols on certain resolutions
parent
7d96e460
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
circle/dashboard/templates/dashboard/index.html
+5
-5
No files found.
circle/dashboard/templates/dashboard/index.html
View file @
566e74c4
...
@@ -8,27 +8,27 @@
...
@@ -8,27 +8,27 @@
<div
class=
"row"
>
<div
class=
"row"
>
{% if perms.vm %}
{% if perms.vm %}
<div
class=
"col-lg-4 col-
md
-6"
>
<div
class=
"col-lg-4 col-
sm
-6"
>
{% include "dashboard/index-vm.html" %}
{% include "dashboard/index-vm.html" %}
</div>
</div>
{% endif %}
{% endif %}
<div
class=
"col-lg-4 col-
md
-6"
>
<div
class=
"col-lg-4 col-
sm
-6"
>
{% include "dashboard/index-groups.html" %}
{% include "dashboard/index-groups.html" %}
</div>
</div>
<div
class=
"col-lg-4 col-
md
-6"
>
<div
class=
"col-lg-4 col-
sm
-6"
>
{% include "dashboard/index-files.html" %}
{% include "dashboard/index-files.html" %}
</div>
</div>
{% if perms.vm.create_template %}
{% if perms.vm.create_template %}
<div
class=
"col-lg-4 col-
md
-6"
>
<div
class=
"col-lg-4 col-
sm
-6"
>
{% include "dashboard/index-templates.html" %}
{% include "dashboard/index-templates.html" %}
</div>
</div>
{% endif %}
{% endif %}
{% if user.is_superuser %}
{% if user.is_superuser %}
<div
class=
"col-lg-4 col-
md
-6"
>
<div
class=
"col-lg-4 col-
sm
-6"
>
{% include "dashboard/index-nodes.html" %}
{% include "dashboard/index-nodes.html" %}
</div>
</div>
{% endif %}
{% endif %}
...
...
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