Skip to content

Commit

Permalink
Fixed UI styles in query.options.html.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderzobnin committed Nov 6, 2015
1 parent eb964d9 commit 24639e5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions zabbix/partials/query.options.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<section class="grafana-metric-options">

<div class="tight-form">
<ul class="tight-form-list">
<li class="tight-form-item tight-form-item-icon">
Expand All @@ -20,7 +21,7 @@
</ul>
<div class="clearfix"></div>
</div>
<div class="tight-form">
<div class="tight-form last">
<ul class="tight-form-list">
<li class="tight-form-item tight-form-item-icon">
<i class="fa fa-info-circle"></i>
Expand Down Expand Up @@ -48,7 +49,7 @@
<div class="editor-row">
<div class="pull-left" style="margin-top: 30px;">

<div class="grafana-info-box span6" ng-if="editorHelpIndex === 1">
<div class="grafana-info-box span8" ng-if="editorHelpIndex === 1">
<h5>Max data points</h5>
<ul>
<li>Grafana-Zabbix plugin uses maxDataPoints parameter to consolidate the real number of values down to this
Expand All @@ -61,14 +62,14 @@ <h5>Max data points</h5>
</ul>
</div>

<div class="grafana-info-box span6" ng-if="editorHelpIndex === 2">
<div class="grafana-info-box span8" ng-if="editorHelpIndex === 2">
<h5>IT services</h5>
<p>
Select "IT services" in targets menu to activate IT services mode.
</p>
<ul>
<li>Select "IT services" in targets menu to activate IT services mode.</li>
</ul>
</div>

<div class="grafana-info-box span6" ng-if="editorHelpIndex === 3">
<div class="grafana-info-box span8" ng-if="editorHelpIndex === 3">
<h5>IT service property</h5>
<ul>
<li>Zabbix returns the following availability information about IT service</li>
Expand Down

0 comments on commit 24639e5

Please sign in to comment.