transfer rmc monitor tab from jquery.flot.min.js to jquery.jqplot.min.js

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9724 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2011-06-01 03:00:03 +00:00
parent 0d60102d35
commit 5719250600
3 changed files with 383 additions and 492 deletions

View File

@ -608,6 +608,47 @@ table a:hover {
}
/*--------------- Provision and monitor forms ---------------*/
.rmcnormal {
border: 2px outset #7FFFD4;
background: #66CD00;
cursor: pointer;
}
.rmcwarning {
background: #FFD700;
border: 2px outset #EEEE00;
cursor: pointer;
}
.rmcerror {
background: #FF3030;
border: 2px outset #FF4040;
}
.rmcunknown {
background: #8B8B7A;
border: 2px outset #858585;
}
.rmcnodeli {
width: 16px;
height: 16px;
float: left;
}
.rmcsumdiv {
width: 300px;
height: 150px;
float: left;
margin: 0px 0px 10px 0px;
}
.rmcnodediv {
width: 240px;
height: 120px;
margin: 0px 0px 15px 0px;
}
.provision div,.monitor div {
margin: 10px 0;
display: block;
@ -622,19 +663,6 @@ table a:hover {
height: 150px;
}
.monitorsumdiv {
width: 300px;
height: 150px;
float: left;
margin: 0px 0px 10px 0px;
}
.monitornodediv {
width: 240px;
height: 120px;
margin: 0px 0px 15px 0px;
}
/*--------------- Physical layout section ---------------*/
.frameDiv {
width: 179px;

File diff suppressed because it is too large Load Diff

View File

@ -508,6 +508,7 @@ function initPage() {
} else if (page == 'monitor.php') {
includeJs("js/jquery/jquery.jqplot.min.js");
includeJs("js/jquery/jqplot.pieRenderer.min.js");
includeJs("js/jquery/jqplot.dateAxisRenderer.min.js");
includeJs("js/monitor/xcatmon.js");
includeJs("js/monitor/rmcmon.js");
includeJs("js/monitor/gangliamon.js");