Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gyuricska Milán
/
cloud
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
1da49b92
authored
Mar 20, 2013
by
Bence Dányi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: fix try-template url
parent
04541cfc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
one/templates/box/template/summary.html
+1
-1
No files found.
one/templates/box/template/summary.html
View file @
1da49b92
...
...
@@ -51,7 +51,7 @@
<img
src=
"{% static "
icons
/
pencil
.
png
"
%}"
alt=
"{% trans "
Edit
"
%}"
/>
</a>
{% if t.state == 'READY' %}
<a
href=
"#"
class=
"try-template"
data-url=
"{% url
new_vm_from_template
template=t.id %}"
title=
"{% trans "
Try
"
%}"
>
<a
href=
"#"
class=
"try-template"
data-url=
"{% url
one.views.vm_new_ajax
template=t.id %}"
title=
"{% trans "
Try
"
%}"
>
<img
src=
"{% static "
icons
/
control
.
png
"
%}"
alt=
"{% trans "
Start
"
%}"
/>
</a>
<a
href=
"#"
class=
"template-share"
data-id=
"{{t.id}}"
data-gid=
"{{group.id}}"
title=
"{% trans "
Share
"
%}"
>
...
...
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