mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
35 lines
881 B
HTML
35 lines
881 B
HTML
<datasource-http-settings></datasource-http-settings>
|
|
|
|
<h4>InfluxDB Details</h4>
|
|
|
|
<div class="tight-form">
|
|
<ul class="tight-form-list">
|
|
<li class="tight-form-item" style="width: 80px">
|
|
Database
|
|
</li>
|
|
<li>
|
|
<input type="text" class="tight-form-input input-large" ng-model='current.database' placeholder="" required></input>
|
|
</li>
|
|
</ul>
|
|
<div class="clearfix"></div>
|
|
</div>
|
|
<div class="tight-form last">
|
|
<ul class="tight-form-list">
|
|
<li class="tight-form-item" style="width: 80px">
|
|
User
|
|
</li>
|
|
<li>
|
|
<input type="text" class="tight-form-input input-large" ng-model='current.user' placeholder="" required></input>
|
|
</li>
|
|
<li class="tight-form-item">
|
|
Password
|
|
</li>
|
|
<li>
|
|
<input type="password" class="tight-form-input input-large" ng-model='current.password' placeholder="" required></input>
|
|
</li>
|
|
</ul>
|
|
<div class="clearfix"></div>
|
|
</div>
|
|
|
|
|