|
|
@@ -0,0 +1,32 @@
|
|
|
+<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>
|
|
|
+
|
|
|
+
|