From da0163b7b7aaf3ede4e757a0b7d94a5ea99b1083 Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Fri, 29 Sep 2017 08:13:55 +0000 Subject: Remove checkno.png and checkyes.png due to license issue JIRA: YARDSTICK-817 Since checkno.png and checkyes.png is not Apache-2 license based. so we need to remove them. Change-Id: I40dd303fb54a3736ca969ac1c186d2cd23408436 Signed-off-by: chenjiankun --- gui/app/images/checkno.png | Bin 5849 -> 0 bytes gui/app/images/checkyes.png | Bin 6423 -> 0 bytes gui/app/views/modal/environmentDialog.html | 4 ++-- gui/app/views/modal/taskCreate.html | 12 ++++++------ gui/app/views/taskmodify.html | 12 ++++++------ gui/app/views/testcasechoose.html | 4 ++-- 6 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 gui/app/images/checkno.png delete mode 100644 gui/app/images/checkyes.png (limited to 'gui') diff --git a/gui/app/images/checkno.png b/gui/app/images/checkno.png deleted file mode 100644 index 7c6841930..000000000 Binary files a/gui/app/images/checkno.png and /dev/null differ diff --git a/gui/app/images/checkyes.png b/gui/app/images/checkyes.png deleted file mode 100644 index ef6028310..000000000 Binary files a/gui/app/images/checkyes.png and /dev/null differ diff --git a/gui/app/views/modal/environmentDialog.html b/gui/app/views/modal/environmentDialog.html index 4c539fc33..4c4906972 100644 --- a/gui/app/views/modal/environmentDialog.html +++ b/gui/app/views/modal/environmentDialog.html @@ -139,8 +139,8 @@ status - - + + {{name}} {{value.description}} {{value.status}} diff --git a/gui/app/views/modal/taskCreate.html b/gui/app/views/modal/taskCreate.html index e7812cf2b..2d7f1dc3b 100644 --- a/gui/app/views/modal/taskCreate.html +++ b/gui/app/views/modal/taskCreate.html @@ -18,8 +18,8 @@
{{env.name}}
- - + +
@@ -52,8 +52,8 @@
{{test.Name}}
{{test.Description}}
- - + +
@@ -68,8 +68,8 @@
{{suite}}
- - + +
diff --git a/gui/app/views/taskmodify.html b/gui/app/views/taskmodify.html index a4593f745..d12df4ba2 100644 --- a/gui/app/views/taskmodify.html +++ b/gui/app/views/taskmodify.html @@ -22,8 +22,8 @@
{{env.name}}
- - + +
@@ -72,8 +72,8 @@
{{test.Name}}
{{test.Description}}
- - + +
@@ -88,8 +88,8 @@
{{suite}}
- - + +
diff --git a/gui/app/views/testcasechoose.html b/gui/app/views/testcasechoose.html index 12bdb834f..12fb28c90 100644 --- a/gui/app/views/testcasechoose.html +++ b/gui/app/views/testcasechoose.html @@ -17,8 +17,8 @@ -->
- - + +
{{test.Name}}
{{test.Description}}
-- cgit 1.2.3-korg