Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jean-Francois GUILLAUME
dashboard-ecole-ete
Commits
715b388a
Commit
715b388a
authored
Jun 21, 2016
by
Jeff MrBE4R
Browse files
commit 4
parent
bcc31be3
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/console.html
View file @
715b388a
...
...
@@ -6,7 +6,7 @@
<script>
$
(
document
).
ready
(
function
(){
{
%
for
vm
in
instance_uid
%
}
div_content
=
'
<iframe id="novnc" src="
'
+
window
.
location
.
origin
+
'
/vncws/vnc_auto.html?token={{ vm.token }}&password=ubuntu&
vncR
esize=scale" style="width:100%;"></iframe>
'
;
div_content
=
'
<iframe id="novnc" src="
'
+
window
.
location
.
origin
+
'
/vncws/vnc_auto.html?token={{ vm.token }}&password=ubuntu&
r
esize=scale" style="width:100%;"></iframe>
'
;
{
%
endfor
%
}
$
(
'
#content
'
).
html
(
div_content
);
});
...
...
Write
Preview
Supports
Markdown
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