Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ywang19 committed Jul 31, 2015
2 parents 5e3e385 + eaa4162 commit 009385d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
2 changes: 1 addition & 1 deletion source/vsm-dashboard/static/dashboard/css/e7aedb582487.css
Original file line number Diff line number Diff line change
Expand Up @@ -5716,7 +5716,7 @@ h2 {
/* Login Splash Page */
#splash .login {
background-color: #337AB7;
background: url('/static/dashboard/img/logo-splash.png') no-repeat center 35px;
background: url('/static/dashboard/img/logo-splash.png') no-repeat left 35px;
position: absolute;
top: 80px;
left: 50%;
Expand Down
25 changes: 15 additions & 10 deletions source/vsm-dashboard/static/dashboard/js/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -584,8 +584,8 @@ function GenerateLineOption(){
var option = {
grid :{
x:40,
y:55,
height:'60%',
y:20,
height:'80%',
width:'85%',
},
tooltip:{
Expand Down Expand Up @@ -652,8 +652,8 @@ function GenerateCPUOption(timestampList,legendList,seriesList){
var option = {
grid :{
x:40,
y:55,
height:'60%',
y:20,
height:'80%',
width:'85%',
},
tooltip:{
Expand Down Expand Up @@ -696,8 +696,8 @@ function GenerateInitCPUOption(){
var option = {
grid :{
x:40,
y:55,
height:'60%',
y:20,
height:'80%',
width:'85%',
},
tooltip:{
Expand Down Expand Up @@ -732,6 +732,11 @@ function GenerateInitCPUOption(){
boundaryGap: [0.5, 0.5]
}
],
dataZoom:{
show:false,
start:30,
end:100
},
series : [
{
name:'--',
Expand All @@ -749,8 +754,8 @@ function GetLantencyOption(){
option = {
grid :{
x:40,
y:55,
height:'60%',
y:20,
height:'80%',
width:'85%',
},
tooltip:{
Expand Down Expand Up @@ -821,8 +826,8 @@ function GetBandwidthOption(){
option = {
grid :{
x:40,
y:55,
height:'60%',
y:20,
height:'80%',
width:'85%',
},
tooltip:{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{% endblock %}

{% block modal-footer %}
<input class="btn btn-primary pull-right create-cluster-commit" type="submit" value="{% trans "CreateCluster" %}" />
<input class="btn btn-primary pull-right integrateCluster-cluster-commit" type="submit" value="{% trans "integrateCluster" %}" style="display:none" />
<a href="{% url 'horizon:vsm:clustermgmt:index' %}" class="btn secondary cancel close">{% trans "Cancel" %}</a>
<input class="btn btn-primary create-cluster-commit" type="submit" value="{% trans "CreateCluster" %}" />
<input class="btn btn-primary integrateCluster-cluster-commit" type="submit" value="{% trans "integrateCluster" %}" style="display:none" />
<a href="{% url 'horizon:vsm:clustermgmt:index' %}" class="btn btn-default">{% trans "Cancel" %}</a>
{% endblock %}
1 change: 0 additions & 1 deletion ubuntu14/vsm-dashboard/static/dashboard/css/ubuntu.css
Original file line number Diff line number Diff line change
Expand Up @@ -3798,7 +3798,6 @@ h2 {

#splash .login {
background-color: #337AB7;
background: url('/static/dashboard/img/logo-splash.png?1465d65190df') no-repeat center 35px;
position: absolute;
top: 80px;
left: 50%;
Expand Down

0 comments on commit 009385d

Please sign in to comment.