diff options
author | LeoQi <QibinZheng2014@tongji.edu.cn> | 2018-09-20 09:38:01 +0800 |
---|---|---|
committer | LeoQi <QibinZheng2014@tongji.edu.cn> | 2018-09-20 13:50:35 +0800 |
commit | 399ec2f328f56c1f81c454ecedfb6b99eaf93c42 (patch) | |
tree | 6e7062c5cf9a387d7e98c4cee628d756db6f7e3f /test-scheduler/ui/index.html | |
parent | 27d82af1145673330eddbe80eb39c47d93322cbe (diff) |
fix testsuite name bugs and improve some ui details
JIRA: BOTTLENECK-247
fix the bug where the testsuite name contains Chinese characters.
add license header automatically when a testcase created.
ui improvements:
workflow panel only turns up when a testcase executes.
add grafana pages in the webpage 'Test Result'.
add the highlight effect on the navigation item.
Change-Id: If0ddf82fd4630128f2c4dd7fdde30f037e5bfba7
Signed-off-by: LeoQi <QibinZheng2014@tongji.edu.cn>
Diffstat (limited to 'test-scheduler/ui/index.html')
-rw-r--r-- | test-scheduler/ui/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-scheduler/ui/index.html b/test-scheduler/ui/index.html index 4e090230..5d4ed995 100644 --- a/test-scheduler/ui/index.html +++ b/test-scheduler/ui/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>testing scheduler</title> + <title>test scheduler</title> <link rel="icon" href="/static/favicon.ico" type="image/x-icon" /> </head> <body class="top-navigation gray-bg"> |