diff --git a/changes.d/2361.feat.md b/changes.d/2361.feat.md new file mode 100644 index 000000000..bb4eaa790 --- /dev/null +++ b/changes.d/2361.feat.md @@ -0,0 +1 @@ +An information icon containing workflow details (via hover over) has been added to the workspace toolbar. diff --git a/src/components/cylc/workspace/Toolbar.vue b/src/components/cylc/workspace/Toolbar.vue index 385c7da11..89bab261c 100644 --- a/src/components/cylc/workspace/Toolbar.vue +++ b/src/components/cylc/workspace/Toolbar.vue @@ -136,9 +136,28 @@ along with this program. If not, see . + + + +
+
Owner: {{ currentWorkflow.node.owner }}
+
Host: {{ currentWorkflow.node.host }}
+
Cylc version: {{ currentWorkflow.node.cylcVersion }}
+
+
+ - {{ statusAndVersion }} + {{ statusMessage }} + + + + {{ versionPopup }} + @@ -221,6 +240,7 @@ along with this program. If not, see .