소스 검색

remove min time interval from datasource config

Sven Klemm 7 년 전
부모
커밋
1ee91a637f
1개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  1. 0 12
      public/app/plugins/datasource/postgres/partials/config.html

+ 0 - 12
public/app/plugins/datasource/postgres/partials/config.html

@@ -38,18 +38,6 @@
 	</div>
 </div>
 
-<div class="gf-form-group">
-	<div class="gf-form-inline">
-		<div class="gf-form">
-			<span class="gf-form-label">Min time interval</span>
-			<input type="text" class="gf-form-input width-6" ng-model="ctrl.current.jsonData.timeInterval" spellcheck='false' placeholder="10s"></input>
-			<info-popover mode="right-absolute">
-				A lower limit for the auto group by time interval. Recommended to be set to write frequency,
-				for example <code>1m</code> if your data is written every minute.
-			</info-popover>
-		</div>
-	</div>
-</div>
 <h3 class="page-heading">PostgreSQL details</h3>
 
 <div class="gf-form-group">