mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add a space next to checkbox
This commit is contained in:
parent
f2e32592ba
commit
507571199f
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ limitations under the License.
|
|||
<input type="checkbox"
|
||||
ng-class="{'disable': paragraph.status == 'RUNNING' || paragraph.status == 'PENDING' }"
|
||||
ng-checked="paragraph.settings.params[formulaire.name].indexOf(option.value) > -1"
|
||||
ng-click="toggleCheckbox(formulaire, option, false)"/>{{option.displayName||option.value}}
|
||||
ng-click="toggleCheckbox(formulaire, option, false)"/> {{option.displayName||option.value}}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue