This is an automated email from the ASF dual-hosted git repository.
dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git
The following commit(s) were added to refs/heads/master by this push:
new 930d71e IGNITE-9377 feature disabled
930d71e is described below
commit 930d71e38f3316382714d2647302f3d245222678
Author: Dmitriy Pavlov <[email protected]>
AuthorDate: Wed Sep 12 19:34:40 2018 +0300
IGNITE-9377 feature disabled
---
ignite-tc-helper-web/src/main/webapp/index.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ignite-tc-helper-web/src/main/webapp/index.html
b/ignite-tc-helper-web/src/main/webapp/index.html
index 4a7c77d..cd0cac0 100644
--- a/ignite-tc-helper-web/src/main/webapp/index.html
+++ b/ignite-tc-helper-web/src/main/webapp/index.html
@@ -126,7 +126,8 @@ function showRunAllForm(result) {
res+="<button onclick='trigBuild()'>Run All</button><br>";
}
- $("#runAll").html(res);
+ //todo enabled this once feature is ready
+ // $("#runAll").html(res);
}
/**