iss #19 - Add help info for IT services mode selection.
This commit is contained in:
@@ -246,6 +246,11 @@
|
|||||||
</li>
|
</li>
|
||||||
<li class="tight-form-item">
|
<li class="tight-form-item">
|
||||||
<a ng-click="toggleEditorHelp(2)" bs-tooltip="'click to show helpful info'" data-placement="bottom">
|
<a ng-click="toggleEditorHelp(2)" bs-tooltip="'click to show helpful info'" data-placement="bottom">
|
||||||
|
IT services
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="tight-form-item">
|
||||||
|
<a ng-click="toggleEditorHelp(3)" bs-tooltip="'click to show helpful info'" data-placement="bottom">
|
||||||
IT service property
|
IT service property
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -269,7 +274,15 @@
|
|||||||
<li>If you override maxDataPoint and set a high value performance can be severely effected</li>
|
<li>If you override maxDataPoint and set a high value performance can be severely effected</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="grafana-info-box span6" ng-if="editorHelpIndex === 2">
|
<div class="grafana-info-box span6" ng-if="editorHelpIndex === 2">
|
||||||
|
<h5>IT services</h5>
|
||||||
|
<p>
|
||||||
|
Select "IT services" in targets menu to activate IT services mode.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="grafana-info-box span6" ng-if="editorHelpIndex === 3">
|
||||||
<h5>IT service property</h5>
|
<h5>IT service property</h5>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Zabbix returns the following availability information about IT service</li>
|
<li>Zabbix returns the following availability information about IT service</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user