|
|
@@ -19,18 +19,18 @@
|
|
|
<div class="section">
|
|
|
<div class="tight-form">
|
|
|
<ul class="tight-form-list">
|
|
|
- <li class="tight-form-item" style="width: 160px">
|
|
|
+ <li class="tight-form-item" style="width: 150px">
|
|
|
<strong>Dashboard source</strong>
|
|
|
</li>
|
|
|
<li>
|
|
|
- <select type="text" ng-model="sourceName" class="input-small tight-form-input" ng-options="f for f in datasources">
|
|
|
+ <select type="text" ng-model="sourceName" class="input-medium tight-form-input" ng-options="f for f in datasources">
|
|
|
</select>
|
|
|
</li>
|
|
|
- <li class="tight-form-item" style="width: 160px">
|
|
|
+ <li class="tight-form-item">
|
|
|
<strong>Destination</strong>
|
|
|
</li>
|
|
|
<li>
|
|
|
- <select type="text" ng-model="destName" class="input-small tight-form-input" ng-options="f for f in datasources">
|
|
|
+ <select type="text" ng-model="destName" class="input-medium tight-form-input" ng-options="f for f in datasources">
|
|
|
</select>
|
|
|
</li>
|
|
|
<li>
|