From 0cc548e3f84f5ab6e4a47a1aa3371ea0146476be Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Fri, 22 Jul 2022 09:06:16 +0200 Subject: [PATCH] fix(console): asset path on signout route, stop event propagation in actions table (#4016) fix: asset path, stop event propagation in actions table --- .../action-table/action-table.component.html | 96 ++++++++++++------- .../pages/signedout/signedout.component.html | 4 +- 2 files changed, 65 insertions(+), 35 deletions(-) diff --git a/console/src/app/pages/actions/action-table/action-table.component.html b/console/src/app/pages/actions/action-table/action-table.component.html index 1e8754f4a5..3846b8552f 100644 --- a/console/src/app/pages/actions/action-table/action-table.component.html +++ b/console/src/app/pages/actions/action-table/action-table.component.html @@ -1,22 +1,28 @@ - +
add{{ 'ACTIONS.NEW' | translate }}
-
@@ -24,48 +30,61 @@ - - + + - - + + - + - + - + @@ -73,8 +92,14 @@ - - +
- + [indeterminate]="selection.hasValue() && !isAllSelected()" + > - + {{ 'FLOWS.ID' | translate }} {{ action?.id }} {{ 'FLOWS.ID' | translate }}{{ action?.id }} {{ 'FLOWS.NAME' | translate }} {{ action?.name }} {{ 'FLOWS.NAME' | translate }}{{ action?.name }} {{ 'FLOWS.STATE' | translate }} {{ 'FLOWS.STATE' | translate }} - - {{'FLOWS.STATES.'+action.state | translate}} + + {{ 'FLOWS.STATES.' + action.state | translate }} {{ 'FLOWS.TIMEOUT' | translate }} {{ 'FLOWS.TIMEOUT' | translate }} - {{key.timeout | durationToSeconds}} + {{ key.timeout | durationToSeconds }} {{ 'FLOWS.ALLOWEDTOFAIL' | translate }} {{ 'FLOWS.ALLOWEDTOFAIL' | translate }} - {{action.allowedToFail}} + {{ action.allowedToFail }} - @@ -82,12 +107,17 @@
- -
\ No newline at end of file + +
diff --git a/console/src/app/pages/signedout/signedout.component.html b/console/src/app/pages/signedout/signedout.component.html index c05e784caa..89313532e5 100644 --- a/console/src/app/pages/signedout/signedout.component.html +++ b/console/src/app/pages/signedout/signedout.component.html @@ -1,9 +1,9 @@
- zitadel logo + zitadel logo - zitadel logo + zitadel logo

{{ 'USER.SIGNEDOUT' | translate }}