Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
1c3c8468
Commit
1c3c8468
authored
Nov 09, 2012
by
Olga Brani
Browse files
Style fixes
parent
e6a05b71
Changes
2
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/static/im/css/modules.css
View file @
1c3c8468
...
...
@@ -437,6 +437,7 @@ form.quotas-form legend span.info span { width:395px; }
.stats
.cpu
.img-wrap
{
background-image
:
url(../images/cpu-stats.png)
}
.stats
.network
.img-wrap
{
background-image
:
url(../images/network-stats.png)
}
.stats
.disksize
.img-wrap
{
background-image
:
url(../images/disk-stats.png)
}
.stats
.disk
.img-wrap
{
background-image
:
url(../images/disk-stats.png)
}
.stats
.diskspace
.img-wrap
{
background-image
:
url(../images/storage-stats.png)
}
.stats
.bandwidth
.img-wrap
{
background-image
:
url(../images/bandwidth-stats.png)
}
...
...
snf-astakos-app/astakos/im/views.py
View file @
1c3c8468
...
...
@@ -693,6 +693,11 @@ resource_presentation = {
'is_abbreviation'
:
False
,
'report_desc'
:
'Amount of Disksize used'
},
'cyclades.disk'
:
{
'help_text'
:
'resource cyclades.disk help text'
,
'is_abbreviation'
:
False
,
'report_desc'
:
'Amount of Disk used'
},
'cyclades.ram'
:
{
'help_text'
:
'resource cyclades.ram help text'
,
'is_abbreviation'
:
True
,
...
...
@@ -702,6 +707,11 @@ resource_presentation = {
'help_text'
:
'resource cyclades.cpu help text'
,
'is_abbreviation'
:
True
,
'report_desc'
:
'CPUs used'
},
'cyclades.network.private'
:
{
'help_text'
:
'resource cyclades.network.private help text'
,
'is_abbreviation'
:
False
,
'report_desc'
:
'Network used'
}
}
...
...
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