Make catalog hostname input larger

This commit is contained in:
loganhz 2018-05-01 00:02:00 +08:00
parent 13041d616a
commit 4b03434238
1 changed files with 3 additions and 7 deletions

View File

@ -6,15 +6,11 @@
<label> <label>
{{radio-button selection=mode value="manual"}} {{radio-button selection=mode value="manual"}}
{{t 'formIngress.hostMode.manual'}} {{t 'formIngress.hostMode.manual'}}
<span class="with-input" style="width: 175px;height: 29px;">
{{#if (eq mode 'manual')}}
<div class="input-group input-xs">
{{schema/input-string value=value}}
</div>
{{/if}}
</span>
</label> </label>
</div> </div>
{{#if (eq mode 'manual')}}
{{schema/input-string value=value}}
{{/if}}
{{else}} {{else}}
{{schema/input-string value=value}} {{schema/input-string value=value}}
{{/if}} {{/if}}