From 79ba55c0f9267eaa5589cffd5aa448beb3fdac1b Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Fri, 15 Nov 2024 10:57:32 +0000 Subject: [PATCH] move GraphiQL from the draw to the dashboard --- src/components/cylc/Drawer.vue | 10 +--------- src/views/Dashboard.vue | 24 +++++++++++++++++++++++- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/src/components/cylc/Drawer.vue b/src/components/cylc/Drawer.vue index a02492689..3679b3644 100644 --- a/src/components/cylc/Drawer.vue +++ b/src/components/cylc/Drawer.vue @@ -38,16 +38,8 @@ along with this program. If not, see . Dashboard - - - GraphiQL - + Workflows diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index 71d047378..c414407e6 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -153,6 +153,19 @@ along with this program. If not, see . The complete Cylc documentation + + + + GraphiQL + + + Explore the Cylc GraphQL API + + @@ -161,7 +174,15 @@ along with this program. If not, see .