Commit 7fa170ce by utkarshcmu

Fixed the UI as per new UX convention

parent 89253299
...@@ -2,14 +2,12 @@ ...@@ -2,14 +2,12 @@
<br> <br>
<h5>Opentsdb settings</h5> <h5>Opentsdb settings</h5>
<div class="tight-form last"> <div class="gf-form">
<ul class="tight-form-list"> <span class="gf-form-label width-7">
<li class="tight-form-item" style="width: 80px"> Version
Version </span>
</li> <span class="gf-form-select-wrapper">
<li class="tight-form-item"> <select class="gf-form-input gf-size-auto" ng-model="ctrl.current.jsonData.tsdbVersion" ng-options="v.value as v.name for v in ctrl.tsdbVersions"></select>
<select class="input-medium tight-form-input" ng-model="ctrl.current.jsonData.tsdbVersion" ng-options="v.value as v.name for v in ctrl.tsdbVersions"></select> </span>
</li>
</ul>
<div class="clearfix"></div> <div class="clearfix"></div>
</div> </div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment