mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
feat(container-console): improve container console UX (#1031)
This commit is contained in:
parent
272a040c91
commit
5ad6837547
4 changed files with 63 additions and 31 deletions
|
@ -60,7 +60,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div ng-if="state.connected">
|
||||
<label>Connected as {{::state.user || 'root'}}</label>
|
||||
<label>Exec into container as <code>{{ ::formValues.user || 'default user' }}</code> using command <code>{{ formValues.isCustomCommand ? formValues.customCommand : formValues.command }}</code></label>
|
||||
<button type="button" class="btn btn-default" ng-click="disconnect()">Disconnect</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue