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
7162b53d
authored
Jul 08, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: make folder icons orange
parent
87d2c889
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
circle/dashboard/static/dashboard/dashboard.css
+3
-0
circle/dashboard/templates/dashboard/store/list.html
+1
-2
No files found.
circle/dashboard/static/dashboard/dashboard.css
View file @
7162b53d
...
...
@@ -770,3 +770,6 @@ textarea[name="list-new-namelist"] {
right
:
15px
;
top
:
32px
;
}
.store-list-item-icon-directory
{
color
:
#ff8c00
;
}
circle/dashboard/templates/dashboard/store/list.html
View file @
7162b53d
...
...
@@ -5,7 +5,6 @@
{% block title-page %}{% trans "Virtual machines" %}{% endblock %}
{% block content %}
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<div
class=
"list-group"
id=
"store-list-list"
>
...
...
@@ -23,7 +22,7 @@
>
<div
class=
"store-list-item-icon"
>
<i
class=
"
icon-{% if f.TYPE == "
D
"
%}
folder-open-alt
{%
else
%}
file-alt
{%
endif
%}"
icon-{% if f.TYPE == "
D
"
%}
folder-open-alt
store-list-item-icon-directory
{%
else
%}
file-alt
{%
endif
%}"
></i>
</div>
{{ f.NAME }}
...
...
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