mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 15:25:22 +02:00
EE-3905 changes for item 1,2,3,4,9,10,12,13,14 (#7467)
This commit is contained in:
parent
95fb5a4baa
commit
b67f404d8d
14 changed files with 66 additions and 56 deletions
|
@ -15,21 +15,21 @@
|
|||
<rd-widget>
|
||||
<rd-widget-header icon="terminal" feather-icon="true" title-text="Attach"></rd-widget-header>
|
||||
<rd-widget-body>
|
||||
<div class="small" ng-if="!container.Config.OpenStdin">
|
||||
<div class="small text-warning" ng-if="!container.Config.OpenStdin">
|
||||
<p>
|
||||
<pr-icon icon="'alert-triangle'" mode="'warning'" feather="true"></pr-icon>
|
||||
The interactive-flag is not set. You might not be able to use the console properly.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="small" ng-if="!container.Config.Tty">
|
||||
<div class="small text-warning" ng-if="!container.Config.Tty">
|
||||
<p>
|
||||
<pr-icon icon="'alert-triangle'" mode="'warning'" feather="true"></pr-icon>
|
||||
The TTY-flag is not set. You might not be able to use the console properly.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="small text-danger" ng-hide="container.State.Running">
|
||||
<div class="small text-warning" ng-hide="container.State.Running">
|
||||
<p>
|
||||
<pr-icon icon="'alert-triangle'" mode="'warning'" feather="true"></pr-icon>
|
||||
The container is not running.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue