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 20:53:13 UTC

[ignite-teamcity-bot] branch master updated: Resize suite id field (#150)

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 230935d  Resize suite id field (#150)
230935d is described below

commit 230935dd92e3ea449931d0d17063b1356bf76621
Author: sergey antonov <an...@gmail.com>
AuthorDate: Fri Aug 9 23:53:08 2019 +0300

    Resize suite id field (#150)
    
    * Expand suiteId field
    
    * Expand Chain field length in notify Jira topic
---
 ignite-tc-helper-web/src/main/webapp/prs.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ignite-tc-helper-web/src/main/webapp/prs.html b/ignite-tc-helper-web/src/main/webapp/prs.html
index ee4aed2..a583dc1 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 + "' size='60' readonly>";
+                res += "Chain: <input type='text' name='suiteId' value='" + chainAtServer.suiteId + "' size='45' readonly>";
                 res += "Branch: <input type='text' name='branchForTc' class='branchForTc" + chainAtServer.serverId +
                     "' required> ";
                 res += "Ticket: <input type='text' name='ticketId'>";
@@ -159,7 +159,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='45' readonly>";
                 res += "Branch: <input type='text' name='branchForTc' class='branchForTc" + chainAtServer.serverId +
                     "' required> ";
                 res += "Ticket: <input type='text' name='ticketId'> ";