|
@@ -4,7 +4,9 @@
|
|
|
<div class="graph-canvas-wrapper">
|
|
<div class="graph-canvas-wrapper">
|
|
|
|
|
|
|
|
<div ng-if="datapointsWarning" class="datapoints-warning">
|
|
<div ng-if="datapointsWarning" class="datapoints-warning">
|
|
|
- <span class="small" ng-show="!datapointsCount">No datapoints <tip>Can be caused by timezone mismatch between browser and graphite server</tip></span>
|
|
|
|
|
|
|
+ <span class="small" ng-show="!datapointsCount">
|
|
|
|
|
+ No datapoints <tip>No datapoints returned from metric query</tip>
|
|
|
|
|
+ </span>
|
|
|
<span class="small" ng-show="datapointsOutside">Datapoints outside time range <tip>Can be caused by timezone mismatch between browser and graphite server</tip></span>
|
|
<span class="small" ng-show="datapointsOutside">Datapoints outside time range <tip>Can be caused by timezone mismatch between browser and graphite server</tip></span>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|