Make min period as 12 hours
because we only collect disk data twice a day
This commit is contained in:
@@ -822,7 +822,7 @@
|
||||
<span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="" ng-click="graphs.setPeriod(6, '6 hours')">6 hours</a></li>
|
||||
<li><a href="" ng-click="graphs.setPeriod(12, '12 hours')">12 hours</a></li>
|
||||
<li><a href="" ng-click="graphs.setPeriod(24, '24 hours')">24 hours</a></li>
|
||||
<li><a href="" ng-click="graphs.setPeriod(24*7, '7 days')">7 days</a></li>
|
||||
<li><a href="" ng-click="graphs.setPeriod(24*30, '30 days')">30 days</a></li>
|
||||
|
||||
Reference in New Issue
Block a user