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
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
cc582cc1
authored
Feb 09, 2013
by
tarokkk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: Highlighted selected vm at show.html
parent
ba28b42a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
one/static/box.less
+6
-0
one/templates/box-vmlist.html
+2
-2
No files found.
one/static/box.less
View file @
cc582cc1
...
...
@@ -121,6 +121,12 @@
background-position: right top;
background-repeat: no-repeat;
}
&.selected-summary{
background-color: rgb(241, 241, 157);
&:hover{
background-color: #FFFF66;
}
}
&:hover{
background-color: #b1b1b1;
background-image: none;
...
...
one/templates/box-vmlist.html
View file @
cc582cc1
...
...
@@ -3,8 +3,8 @@
{% if instances %}
{% for i in instances %}
<li
class=
"wm"
>
<div
class=
"summary"
>
<!--<div class="id">
161
</div>-->
<div
class=
"summary
{% if id == i.id %}selected-summary{% endif %}
"
>
<!--<div class="id"></div>-->
<div
class=
"name {% if i.state == 'ACTIVE' %}wm-on{% else %}wm-off{% endif %}"
>
{{i.name|truncatechars:20}}
</div>
...
...
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