Sfoglia il codice sorgente

ux(datasource): align name and http settings

bergquist 9 anni fa
parent
commit
ab7bbd5a44
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      public/app/features/datasources/partials/edit.html

+ 2 - 2
public/app/features/datasources/partials/edit.html

@@ -13,13 +13,13 @@
 	<form name="editForm">
 	<form name="editForm">
 		<div class="gf-form-group">
 		<div class="gf-form-group">
 			<div class="gf-form">
 			<div class="gf-form">
-				<span class="gf-form-label gf-size-xs">Name</span>
+				<span class="gf-form-label gf-size-sm">Name</span>
 				<input class="gf-form-input gf-size-max-xxl" type="text" ng-model="current.name" placeholder="My data source name" required>
 				<input class="gf-form-input gf-size-max-xxl" type="text" ng-model="current.name" placeholder="My data source name" required>
 				<editor-checkbox text="Default" model="current.isDefault"></editor-checkbox>
 				<editor-checkbox text="Default" model="current.isDefault"></editor-checkbox>
 			</div>
 			</div>
 
 
 			<div class="gf-form">
 			<div class="gf-form">
-				<span class="gf-form-label gf-size-xs">Type</span>
+				<span class="gf-form-label gf-size-sm">Type</span>
 				<select class="gf-form-input gf-size-auto" ng-model="current.type" ng-options="k as v.name for (k, v) in types" ng-change="typeChanged()"></select>
 				<select class="gf-form-input gf-size-auto" ng-model="current.type" ng-options="k as v.name for (k, v) in types" ng-change="typeChanged()"></select>
 			</div>
 			</div>
 		</div>
 		</div>