summaryrefslogtreecommitdiffstats
path: root/testing-scheduler/ui/index.html
diff options
context:
space:
mode:
authorYang (Gabriel) Yu <Gabriel.yuyang@huawei.com>2018-09-04 11:03:46 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-09-04 11:03:46 +0000
commitd5f7a33fc251788320b03ae2217611f14ec68fab (patch)
treee0790c6d2f432202efbedb92ca64018e68a36cf5 /testing-scheduler/ui/index.html
parent16d91f7832021bd446192d0025b58a6565bbd067 (diff)
parent26b13e50c888bc0ca03c0f68731f7c5abff0c6b6 (diff)
Merge "add testsuite and testcase list pages in frontend of testing-scheduler"
Diffstat (limited to 'testing-scheduler/ui/index.html')
-rw-r--r--testing-scheduler/ui/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing-scheduler/ui/index.html b/testing-scheduler/ui/index.html
new file mode 100644
index 00000000..d7d337e3
--- /dev/null
+++ b/testing-scheduler/ui/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>testing scheduler</title>
+ <link rel="icon" href="/static/favicon.ico" type="image/x-icon" />
+ </head>
+ <body class="top-navigation gray-bg">
+ <div id="wrapper">
+ <div id="page-wrapper" class="gray-bg" style='padding: 0'>
+ <div id="app"></div>
+ </div>
+ </div>
+ </body>
+</html> \ No newline at end of file