Work on Email and other major consistency work
This commit is contained in:
@@ -352,9 +352,9 @@ $(document).ready(function() {
|
||||
$highchart = HighChart::factory('Combo');
|
||||
|
||||
switch ($this->plan()->metric) {
|
||||
case '1000' : $highchart->xmetric('GB'); break;
|
||||
case '1' : $highchart->xmetric('MB'); break;
|
||||
default: $highchart->xmetric('?');
|
||||
case '1000' : $highchart->ymetric('GB'); break;
|
||||
case '1' : $highchart->ymetric('MB'); break;
|
||||
default: $highchart->ymetric('?');
|
||||
}
|
||||
|
||||
$c=0;
|
||||
|
Reference in New Issue
Block a user