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 @@
-
-
-
-
{{ '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 }}
-
-
+
{{ 'USER.SIGNEDOUT' | translate }}