From 22124771b42eab84ea04780bb86bb486242ce41b Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Mon, 12 Aug 2024 11:05:33 +0100 Subject: [PATCH] metadata-view: separate view and component --- src/components/cylc/Info.vue | 257 +++++++++++++++++++++++++++++++ src/views/Info.vue | 289 ++++++----------------------------- 2 files changed, 307 insertions(+), 239 deletions(-) create mode 100644 src/components/cylc/Info.vue diff --git a/src/components/cylc/Info.vue b/src/components/cylc/Info.vue new file mode 100644 index 000000000..54e43bf85 --- /dev/null +++ b/src/components/cylc/Info.vue @@ -0,0 +1,257 @@ + + + + + + + diff --git a/src/views/Info.vue b/src/views/Info.vue index c6eb8173f..839918e3f 100644 --- a/src/views/Info.vue +++ b/src/views/Info.vue @@ -16,125 +16,12 @@ along with this program. If not, see . --> - - +} +