From 22d4d527af48d87ca70a8766bacc5b1ec0cfe9b7 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Thu, 3 Dec 2020 10:58:35 -0800 Subject: Add dumps page to IBM env Adds a non-functional dumps page with majority of layout and user flows in place. Page visible with IBM dotenv configurations. Includes: - Initial GET for BMC dumps - Table search, sort, filter, batch and row action flows - New dump form, validations, and toast notification Signed-off-by: Yoshie Muranaka Change-Id: Id59ec4327744f4e10cc99e4e3c0b2db5b0476f9c --- src/env/components/Dumps/DumpsForm.vue | 61 ++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 src/env/components/Dumps/DumpsForm.vue (limited to 'src/env/components/Dumps/DumpsForm.vue') diff --git a/src/env/components/Dumps/DumpsForm.vue b/src/env/components/Dumps/DumpsForm.vue new file mode 100644 index 00000000..ed81b3a8 --- /dev/null +++ b/src/env/components/Dumps/DumpsForm.vue @@ -0,0 +1,61 @@ + + + -- cgit v1.2.3