1
0
Fork 0
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:
Anthony Lapenna 2017-07-13 18:04:58 +02:00 committed by GitHub
parent 272a040c91
commit 5ad6837547
4 changed files with 63 additions and 31 deletions

View file

@ -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>