diff --git a/changes.d/2372.feat.md b/changes.d/2372.feat.md new file mode 100644 index 000000000..8a1995638 --- /dev/null +++ b/changes.d/2372.feat.md @@ -0,0 +1 @@ +Improved the appearance of the Info view. diff --git a/src/components/cylc/Info.vue b/src/components/cylc/Info.vue index 60bb8f1ce..23b687ad2 100644 --- a/src/components/cylc/Info.vue +++ b/src/components/cylc/Info.vue @@ -44,159 +44,177 @@ along with this program. If not, see . - - - - - - Run Mode - - - {{ runModeIcon }} {{ runMode }} - - - - - - Xtriggers - - - - - - Label - ID - Is satisfied - - - - - {{ xt.label }} - {{ xt.id }} - {{ xt.satisfactionIcon }} - - - +
Description
+
{{ taskMetadata.description }}
+ + +
-
- - - - - Prerequisites - - -
    -
  • - {{ prereq.expression.replace(/c/g, '') }} -
      -
    • - + + + + Run Mode + + +
      + {{ runMode }} +
      +
      +
      + + + + Xtriggers + + + + + + Label + ID + Is satisfied + + + + + {{ xt.label }} + {{ xt.id }} + {{ xt.satisfactionIcon }} + + + + + + + + + + Prerequisites + + +
        +
      • + {{ prereq.expression.replace(/c/g, '') }} +
          +
        • - {{ condition.exprAlias.replace(/c/, '') }} - - - {{ condition.taskId }}:{{ condition.reqState }} + + {{ condition.exprAlias.replace(/c/, '') }} + + + {{ condition.taskId }}:{{ condition.reqState }} + - -
        • -
        -
      • -
      -
      -
      - - - - - Outputs - - -
        -
      • - {{ output.label }} -
      • -
      -
      -
      - - - - - Completion - - - -
        -
      • - +
      +
    • +
    + + + + + + + Outputs + + +
      +
    • + {{ output.label }} +
    • +
    +
    +
    + + + + + Completion + + + +
      +
    • - - - {{ line }} - -
    • -
    -
    -
    - + + + + {{ line }} + +
  • +
+
+
+
@@ -364,16 +382,11 @@ export default { .metadata-panel { dl { - dt dd { - padding-left: 1em; - padding-right: 1em; - } dt { - font-size: 1.3em; - padding-top: 0.4em; + font-weight: bold; } - dd { - padding-bottom: 0.4em; + .v-divider { + margin: 0.4em 0; } } }