Просмотр исходного кода

Make influxdb 0.9 raw query mode still show alias input field, #1525

Torkel Ödegaard 10 лет назад
Родитель
Сommit
7794442277
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      public/app/plugins/datasource/influxdb/partials/query.editor.html

+ 3 - 3
public/app/plugins/datasource/influxdb/partials/query.editor.html

@@ -59,7 +59,7 @@
 				</li>
 			</ul>
 
-			<input  type="text" class="tight-form-clear-input span10" ng-model="target.query" focus-me="target.rawQuery" spellcheck='false' ng-model-onblur ng-change="targetTextChanged()" ng-show="target.rawQuery" />
+			<input type="text" class="tight-form-clear-input" style="width: 80%" ng-model="target.query" focus-me="target.rawQuery" spellcheck='false' ng-model-onblur ng-change="targetTextChanged()" ng-show="target.rawQuery"/>
 
 			<ul class="tight-form-list" role="menu" ng-hide="target.rawQuery">
 				<li class="tight-form-item query-keyword" style="width: 75px;">
@@ -108,8 +108,8 @@
 			<div class="clearfix"></div>
 		</div>
 
-		<div class="tight-form" ng-hide="target.rawQuery">
-			<ul class="tight-form-list">
+		<div class="tight-form">
+			<ul class="tight-form-list" ng-hide="target.rawQuery">
 				<li class="tight-form-item">
 					<i class="fa fa-eye invisible"></i>
 				</li>