From 42d00da8af5489175c079cb9f9953904c301edbf Mon Sep 17 00:00:00 2001 From: LeoQi Date: Fri, 20 Jul 2018 02:55:29 +0800 Subject: 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 --- .../ui/src/components/editor/step.vue | 222 +++++++++++++++++++++ 1 file changed, 222 insertions(+) create mode 100644 testing-scheduler/ui/src/components/editor/step.vue (limited to 'testing-scheduler/ui/src/components/editor/step.vue') 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 -- cgit 1.2.3-korg