mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-25 23:55:24 +00:00
Fixed intances's CPU graph
This commit is contained in:
parent
868dda5494
commit
a80d298f0a
2 changed files with 4 additions and 2 deletions
|
@ -955,8 +955,8 @@
|
||||||
pointDotRadius: 2,
|
pointDotRadius: 2,
|
||||||
scaleLabel: "<%=value%> %",
|
scaleLabel: "<%=value%> %",
|
||||||
scaleOverride: true,
|
scaleOverride: true,
|
||||||
scaleSteps: 10,
|
scaleSteps: 5,
|
||||||
scaleStepWidth: 10,
|
scaleStepWidth: 20,
|
||||||
scaleStartValue: 0,
|
scaleStartValue: 0,
|
||||||
responsive: true
|
responsive: true
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
"""
|
"""
|
||||||
Django dev settings for webvirtcloud project.
|
Django dev settings for webvirtcloud project.
|
||||||
|
|
||||||
|
HowTo: python manage.py runserver 0:8000 --settings=webvirtcloud.settings-dev
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from webvirtcloud.settings import *
|
from webvirtcloud.settings import *
|
||||||
|
|
Loading…
Reference in a new issue