mirror of https://github.com/rancher/ui.git
Make catalog hostname input larger
This commit is contained in:
parent
13041d616a
commit
4b03434238
|
|
@ -6,15 +6,11 @@
|
|||
<label>
|
||||
{{radio-button selection=mode value="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>
|
||||
</div>
|
||||
{{#if (eq mode 'manual')}}
|
||||
{{schema/input-string value=value}}
|
||||
{{/if}}
|
||||
{{else}}
|
||||
{{schema/input-string value=value}}
|
||||
{{/if}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue