2015-03-13 12:42:46 -05:00
|
|
|
<div ng-include="httpConfigPartialSrc"></div>
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
2015-03-06 03:01:18 -06:00
|
|
|
<h5>InfluxDB Details</h5>
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|