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:
@@ -20,7 +20,7 @@
|
||||
|
||||
<li class="tight-form-item">Type</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 class="tight-form-item" ng-show="link.type === 'dashboards'">With tag</li>
|
||||
|
||||
Reference in New Issue
Block a user