|
-
- {{ container.name }}
+
+
+ {{ container.name }}
+
@if (container.protected) {
+ [pTooltip]="'CONTAINERS.PROTECTED_CONTAINER_HINT' | translate">
}
@if (container.update_available) {
+ [value]="'CONTAINERS.UPDATE_AVAILABLE' | translate">
}
|
@@ -142,14 +128,12 @@
container.status == 'exited'
? container.status + ' ' + container.exit_code
: container.status
- "
- >
+ ">
|
+ [value]="container.health">
|
+ [offIcon]="'pi pi-circle-off'" />
|
@if (!container.protected) {
@@ -171,15 +154,13 @@
[onLabel]="'GENERAL.ON' | translate"
[offLabel]="'GENERAL.OFF' | translate"
[onIcon]="'pi pi-check-circle'"
- [offIcon]="'pi pi-circle-off'"
- />
+ [offIcon]="'pi pi-circle-off'" />
}
|
+ (onDone)="onContainerProgressDone()">
|