From: Yang (Gabriel) Yu Date: Tue, 4 Sep 2018 11:08:23 +0000 (+0000) Subject: Merge "the detail page of testcase in frontend of testing-scheduler" X-Git-Tag: opnfv-7.1.0~8 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=bottlenecks.git;a=commitdiff_plain;h=d754e47be0d83a4f16ea803b7fc680ba76931444;hp=d5f7a33fc251788320b03ae2217611f14ec68fab Merge "the detail page of testcase in frontend of testing-scheduler" --- 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