You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2019/08/09 18:36:40 UTC

[ignite-teamcity-bot] branch master updated: Expand suiteId field - Fixes #149.

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 38e3465  Expand suiteId field - Fixes #149.
38e3465 is described below

commit 38e346569720d003820d044040318db0e2f4b3ce
Author: Sergey Antonov <an...@gmail.com>
AuthorDate: Fri Aug 9 21:36:28 2019 +0300

    Expand suiteId field - Fixes #149.
    
    Signed-off-by: Dmitriy Pavlov <dp...@apache.org>
---
 ignite-tc-helper-web/src/main/webapp/prs.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ignite-tc-helper-web/src/main/webapp/prs.html b/ignite-tc-helper-web/src/main/webapp/prs.html
index 9b57866..ee4aed2 100644
--- a/ignite-tc-helper-web/src/main/webapp/prs.html
+++ b/ignite-tc-helper-web/src/main/webapp/prs.html
@@ -132,7 +132,7 @@
                 var chainAtServer = result[i];
 
                 res += "Server: <input type='text' name='serverId' value='" + chainAtServer.serverId + "' readonly>";
-                res += "Chain: <input type='text' name='suiteId' value='" + chainAtServer.suiteId + "' readonly>";
+                res += "Chain: <input type='text' name='suiteId' value='" + chainAtServer.suiteId + "' size='60' readonly>";
                 res += "Branch: <input type='text' name='branchForTc' class='branchForTc" + chainAtServer.serverId +
                     "' required> ";
                 res += "Ticket: <input type='text' name='ticketId'>";