mirror of https://github.com/rancher/ui.git
18 lines
402 B
Handlebars
18 lines
402 B
Handlebars
<label
|
|
class="acc-label"
|
|
for="{{concat elementId "-input-port"}}"
|
|
>
|
|
{{t "cruDestinationRule.port.label"}}
|
|
</label>
|
|
{{#input-or-display
|
|
editable=editing
|
|
value=portNumberOrName
|
|
}}
|
|
{{input
|
|
type="text"
|
|
id=(concat elementId "-input-mirror-port")
|
|
value=portNumberOrName
|
|
classNames="form-control"
|
|
placeholder=(t "cruDestinationRule.port.placeholder")
|
|
}}
|
|
{{/input-or-display}} |