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
Commit
435d6b92
authored
Aug 14, 2014
by
Csók Tamás
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vm-detail.html: placed a button to support the client
parent
9c4b4e8a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
circle/dashboard/templates/dashboard/vm-detail.html
+7
-0
No files found.
circle/dashboard/templates/dashboard/vm-detail.html
View file @
435d6b92
...
...
@@ -121,6 +121,13 @@
<i
class=
"fa fa-copy"
title=
"{% trans "
Select
all
"
%}"
></i>
</span>
</div>
<div
id=
"dashboard-vm-details-connect"
>
<form
method=
"POST"
action=
"{{ instance.access_method}}:cloud:{{ instance.pw }}:{% if instance.get_connect_port %}{{ instance.get_connect_host }}:{{ instance.get_connect_port }}{% endif %}"
target=
"_blank"
>
<button
id=
"dashboard-vm-details-connect-button"
type=
"submit"
class=
"btn btn-xs btn-default"
{%
if
instance
.
status
!=
"
RUNNING
"
%}
disabled
{%
endif
%}
title=
"{% trans "
Connect
via
the
CIRCLE
Client
"
%}"
>
<i
class=
"fa fa-external-link"
></i>
{% trans "Connect" %}
</button>
</form>
</div>
</div>
<div
class=
"col-md-8"
id=
"vm-detail-pane"
>
<div
class=
"panel panel-default"
id=
"vm-detail-panel"
>
...
...
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