mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Increased width of query input field in dashlist panel editor
This commit is contained in:
parent
50a1feb90a
commit
8cfbd2f8bf
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<li class="tight-form-item">Type</li>
|
<li class="tight-form-item">Type</li>
|
||||||
<li>
|
<li>
|
||||||
<select class="input-medium tight-form-input" style="width: 150px;" ng-model="link.type" ng-options="f for f in ['dashboards','link']" ng-change="updated()"></select>
|
<select class="input-large tight-form-input" style="width: 150px;" ng-model="link.type" ng-options="f for f in ['dashboards','link']" ng-change="updated()"></select>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="tight-form-item" ng-show="link.type === 'dashboards'">With tag</li>
|
<li class="tight-form-item" ng-show="link.type === 'dashboards'">With tag</li>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
Query
|
Query
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<input type="text" class="input-small tight-form-input" placeholder="title query"
|
<input type="text" class="input-medium tight-form-input" placeholder="title query"
|
||||||
ng-model="panel.query" ng-change="get_data()" ng-model-onblur>
|
ng-model="panel.query" ng-change="get_data()" ng-model-onblur>
|
||||||
</li>
|
</li>
|
||||||
<li class="tight-form-item">
|
<li class="tight-form-item">
|
||||||
|
Loading…
Reference in New Issue
Block a user