Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gutyán Gábor
/
circlestack
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f5c4fc6b
authored
9 years ago
by
Nyíri Tamás
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed location of buttons.
Added link to VM list. fix #420
parent
6a34166d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
+13
-5
circle/dashboard/templates/dashboard/template-edit.html
+13
-5
No files found.
circle/dashboard/templates/dashboard/template-edit.html
View file @
f5c4fc6b
...
...
@@ -170,13 +170,21 @@
{% if show_graph %}
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
>
<div
class=
"pull-right graph-buttons"
>
{% include "dashboard/_graph-time-buttons.html" %}
</div>
<h3
class=
"no-margin"
><i
class=
"fa fa-area-chart"
></i>
{% trans "Graphs" %}
</h3>
</div>
<div
class=
"text-center graph-images"
>
<img
src=
"{% url "
dashboard
.
views
.
template-graph
"
object
.
pk
"
instances
"
graph_time
%}"
/>
<div
class=
"text-center panel-body"
>
<div
class=
"graph-buttons"
>
{% include "dashboard/_graph-time-buttons.html" %}
</div>
<div
class=
"text-center graph-images"
>
<img
src=
"{% url "
dashboard
.
views
.
template-graph
"
object
.
pk
"
instances
"
graph_time
%}"
/>
</div>
{% if request.user.is_superuser %}
<a
href=
"{% url "
dashboard
.
views
.
vm-list
"
%}?
s=
template:{{object.pk}}&stype=all"
>
{% trans "List all template instances" %}
</a>
{% endif %}
</div>
</div>
{% endif %}
...
...
This diff is collapsed.
Click to expand it.
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