mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-17 19:57:07 +02:00
Align each label and input/select in horizontal
This commit is contained in:
parent
6c8e9de1e7
commit
7ca5c21109
@ -1,11 +1,11 @@
|
||||
<script type="text/template" id="format-bundle">
|
||||
<div class="form-group">
|
||||
<div class="form-inline form-group">
|
||||
<label>format</label>
|
||||
<select name="setting[format]" v-model="format" class="form-control">
|
||||
<option v-repeat="selectableFormats" value="{{ $value }}" v-attr="selected: format==$value">{{ $value }}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group" v-repeat="options">
|
||||
<div class="form-inline form-group" v-repeat="options">
|
||||
<label>{{ $value }} </label>
|
||||
<input type="text" name="setting[{{ $value }}]" v-model="params.setting[$value]" size="100%" class="form-control" />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user