mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
19 lines
400 B
HTML
19 lines
400 B
HTML
<div ng-include="httpConfigPartialSrc"></div>
|
|
|
|
<br>
|
|
<h5>Elastic search details</h5>
|
|
|
|
<div class="tight-form last">
|
|
<ul class="tight-form-list">
|
|
<li class="tight-form-item" style="width: 80px">
|
|
Index name
|
|
</li>
|
|
<li>
|
|
<input type="text" class="tight-form-input input-xlarge" ng-model='current.database' placeholder="" required></input>
|
|
</li>
|
|
</ul>
|
|
<div class="clearfix"></div>
|
|
</div>
|
|
|
|
|