mirror of https://github.com/portainer/portainer
fix(console): minor typo in tooltip EE-1976 (#11007)
parent
fe47318e26
commit
dd068473d2
|
@ -70,11 +70,10 @@
|
|||
</div>
|
||||
<div ng-if="state !== states.disconnected">
|
||||
<label class="control-label text-left"
|
||||
>Exec into container as <code>{{ ::formValues.user || 'default user' }}</code> using command
|
||||
>Exec into container as <code>{{ ::formValues.user || 'default user' }}</code> using command
|
||||
<code>{{ formValues.isCustomCommand ? formValues.customCommand : formValues.command }}</code>
|
||||
<terminal-tooltip> </terminal-tooltip>
|
||||
></label
|
||||
>
|
||||
</label>
|
||||
<button type="button" class="btn btn-primary" ng-click="disconnect()">
|
||||
<span ng-show="state === states.connected">Disconnect</span>
|
||||
<span ng-show="state === states.connecting">Connecting...</span>
|
||||
|
|
Loading…
Reference in New Issue