Quellcode durchsuchen

Merge pull request #3448 from utkarshcmu/tips

Fixed closing tags
Torkel Ödegaard vor 10 Jahren
Ursprung
Commit
a1d66d98dc

+ 1 - 1
public/app/features/templating/partials/editor.html

@@ -129,7 +129,7 @@
 									<editor-checkbox text="Include auto interval" model="current.auto" change="runQuery()"></editor-checkbox>
 								</li>
 								<li class="tight-form-item" ng-show="current.auto">
-									Auto interval steps <tip>How many steps, roughly, the interval is rounded and will not always match this count<tip>
+									Auto interval steps <tip>How many steps, roughly, the interval is rounded and will not always match this count</tip>
 								</li>
 								<li>
 									<select class="input-mini tight-form-input last" ng-model="current.auto_count" ng-options="f for f in [3,5,10,30,50,100,200]" ng-change="runQuery()"></select>

+ 1 - 1
public/app/plugins/datasource/elasticsearch/partials/annotations.editor.html

@@ -6,7 +6,7 @@
 		</div>
 	</div>
 	<div class="section">
-		<h5>Search query (lucene) <tip>Use [[filterName]] in query to replace part of the query with a filter value</h5>
+		<h5>Search query (lucene) <tip>Use [[filterName]] in query to replace part of the query with a filter value</tip></h5>
 		<div class="editor-option">
 			<input type="text" class="span6" ng-model='currentAnnotation.query' placeholder="tags:deploy"></input>
 		</div>