From: LeoQi Date: Thu, 19 Jul 2018 18:55:29 +0000 (+0800) Subject: the detail page of testcase in frontend of testing-scheduler X-Git-Tag: opnfv-7.1.0~8^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=bottlenecks.git;a=commitdiff_plain;h=42d00da8af5489175c079cb9f9953904c301edbf the detail page of testcase in frontend of testing-scheduler JIRA: BOTTLENECK-237 the pages provide the testcase content and operations on it. Change-Id: I0c0dd39c9a285179f2192211487c2f9d9808c523 Signed-off-by: Zheng Qibin --- diff --git a/testing-scheduler/ui/src/components/editor/editor.vue b/testing-scheduler/ui/src/components/editor/editor.vue new file mode 100644 index 00000000..eec9d5ca --- /dev/null +++ b/testing-scheduler/ui/src/components/editor/editor.vue @@ -0,0 +1,141 @@ + + \ No newline at end of file diff --git a/testing-scheduler/ui/src/components/editor/flow.vue b/testing-scheduler/ui/src/components/editor/flow.vue new file mode 100644 index 00000000..b79943a7 --- /dev/null +++ b/testing-scheduler/ui/src/components/editor/flow.vue @@ -0,0 +1,340 @@ + + \ No newline at end of file diff --git a/testing-scheduler/ui/src/components/editor/step.vue b/testing-scheduler/ui/src/components/editor/step.vue new file mode 100644 index 00000000..8c03513c --- /dev/null +++ b/testing-scheduler/ui/src/components/editor/step.vue @@ -0,0 +1,222 @@ + + \ No newline at end of file diff --git a/testing-scheduler/ui/src/components/testcase_content.vue b/testing-scheduler/ui/src/components/testcase_content.vue new file mode 100644 index 00000000..c986b6a1 --- /dev/null +++ b/testing-scheduler/ui/src/components/testcase_content.vue @@ -0,0 +1,215 @@ + + \ No newline at end of file