diff --git a/changes.d/2373.feat.md b/changes.d/2373.feat.md new file mode 100644 index 000000000..ab733c64e --- /dev/null +++ b/changes.d/2373.feat.md @@ -0,0 +1 @@ +Family inheritance is now shown in the Info view for tasks. diff --git a/src/components/cylc/Info.vue b/src/components/cylc/Info.vue index 60bb8f1ce..0a2a86f47 100644 --- a/src/components/cylc/Info.vue +++ b/src/components/cylc/Info.vue @@ -44,164 +44,220 @@ 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 }} +
      +
      +
      + + + + Inheritance + + + + + + + + + + + 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 }} + +
  • +
+
+
+