From 5486750a81ebfd54947dba9d1fb8dee54b887341 Mon Sep 17 00:00:00 2001 From: Fabian Castillo Date: Fri, 6 Jul 2018 16:00:45 -0700 Subject: [PATCH] CSS adjustments to trigger selection - Flow name should be placed in a different line - Missing style for trigger selected: background should be gray - Simplified html structure --- .../shim-trigger/shim-trigger.component.html | 44 ++++---- .../shim-trigger/shim-trigger.component.less | 104 +++++++++++------- 2 files changed, 84 insertions(+), 64 deletions(-) diff --git a/src/client/flogo/app/shim-trigger/shim-trigger.component.html b/src/client/flogo/app/shim-trigger/shim-trigger.component.html index e08ac9fbc..58b78b05a 100644 --- a/src/client/flogo/app/shim-trigger/shim-trigger.component.html +++ b/src/client/flogo/app/shim-trigger/shim-trigger.component.html @@ -2,32 +2,30 @@
{{'TRIGGER-SHIM:MULTIPLE-TRIGGERS' | translate}}
-
-
-
    -
  • - {{shimTrigger.configuredTrigger.name}} -
  • -
-
    -
  • {{ 'TRIGGER-SHIM:CONNECTED-FLOW' | translate }} - {{shimTrigger.configuredFlow.name}}
  • -
-
-
+
-
    -
  • - {{displayOptions.triggerName}} -
  • -
-
    -
  • {{ 'TRIGGER-SHIM:CONNECTED-FLOW' | translate }} - {{displayOptions.flowName}}
  • -
+
+ + {{ displayOptions.triggerName }} +
+
+ {{ 'TRIGGER-SHIM:CONNECTED-FLOW' | translate }} + {{displayOptions.flowName}} +
{{ 'TRIGGER-SHIM:SELECT-ENVIRONMENT' | translate }}