You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2017/10/10 20:01:33 UTC

[2/4] airavata-php-gateway git commit: AIRAVATA-2508 Fixing layout of password popover

AIRAVATA-2508 Fixing layout of password popover


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/26cf4f08
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/26cf4f08
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/26cf4f08

Branch: refs/heads/master
Commit: 26cf4f08064de43d2d03d11547924996433fac09
Parents: 02fde3e
Author: Marcus Christie <ma...@iu.edu>
Authored: Tue Oct 10 14:58:57 2017 -0400
Committer: Marcus Christie <ma...@iu.edu>
Committed: Tue Oct 10 14:58:57 2017 -0400

----------------------------------------------------------------------
 app/views/admin/manage-gateway.blade.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/26cf4f08/app/views/admin/manage-gateway.blade.php
----------------------------------------------------------------------
diff --git a/app/views/admin/manage-gateway.blade.php b/app/views/admin/manage-gateway.blade.php
index df4a997..e581273 100644
--- a/app/views/admin/manage-gateway.blade.php
+++ b/app/views/admin/manage-gateway.blade.php
@@ -276,7 +276,7 @@
                     </div>
                     <div class="form-group">
                         <label class="control-label">Gateway Admin Password</label>
-                        <input type="password" id="password" name="gatewayAdminPassword" class="form-control identityServerPasswordToken" title="" type="password" data-container="body" data-toggle="popover" data-placement="left" data-content="Password needs to contain at least (a) One lower case letter (b) One Upper case letter and (c) One number (d) One of the following special characters - !@#$*"/>
+                        <input type="password" id="password" name="gatewayAdminPassword" class="form-control identityServerPasswordToken" title="" type="password" data-container="#approve-gateway" data-toggle="popover" data-placement="left" data-content="Password needs to contain at least (a) One lower case letter (b) One Upper case letter and (c) One number (d) One of the following special characters - !@#$*"/>
                     </div>
                     <div class="form-group">
                         <label class="control-label">Admin Password Confirmation</label>