Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
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
4d69e3f9
authored
Feb 10, 2013
by
tarokkk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: Changed loader gif to transparent
parent
3cfc7469
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
one/templates/box-vmlist.html
+1
-1
one/templates/show.html
+2
-2
No files found.
one/templates/box-vmlist.html
View file @
4d69e3f9
...
...
@@ -27,7 +27,7 @@
</a>
{% endif %}
{% if i.state == 'PENDING' %}
<img
src=
"/static/load
-2
.gif"
/>
{% trans "starting…" %}
<img
src=
"/static/load.gif"
/>
{% trans "starting…" %}
{% endif %}
{% if i.state == 'STOPPED' %}
<a
href=
"#"
class=
"resume-vm-button"
data-name=
"{{ i.name}}"
data-id=
"{{ i.id }}"
title=
"{% trans "
Resume
"
%}"
>
...
...
one/templates/show.html
View file @
4d69e3f9
...
...
@@ -50,14 +50,14 @@
<div
class=
"content"
>
{% if state == "PENDING" or state == "ACTIVE" and booting %}
<p
style=
"font-size:25px; line-height:2em;text-align:center;"
>
<img
src=
"/static/load
-2
.gif"
/>
<img
src=
"/static/load.gif"
/>
{% trans "Starting..." %}
</p>
{% elif state == "ACTIVE" and not booting %}
<p
id=
"connect"
style=
"display:block; font-size:25px; line-height:2em;text-align:center;"
>
<a
href=
"{{uri}}"
class=
"button"
onclick=
"return connectbutton();"
>
<img
src=
"/static/load
-1
.gif"
id=
"connecting"
style=
"display:none;"
/>
<img
src=
"/static/load.gif"
id=
"connecting"
style=
"display:none;"
/>
{% trans "Running" %}
</a>
</p>
...
...
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