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 19:00:04 UTC

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

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop fa1c1eeae -> d2dda20c4


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/develop
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>


[2/2] airavata-php-gateway git commit: Merge branch 'AIRAVATA-2508' into develop

Posted by ma...@apache.org.
Merge branch 'AIRAVATA-2508' into develop


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/d2dda20c
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/d2dda20c
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/d2dda20c

Branch: refs/heads/develop
Commit: d2dda20c4a17158524c0be5020bab87207ec57ea
Parents: fa1c1ee 26cf4f0
Author: Marcus Christie <ma...@iu.edu>
Authored: Tue Oct 10 14:59:57 2017 -0400
Committer: Marcus Christie <ma...@iu.edu>
Committed: Tue Oct 10 14:59:57 2017 -0400

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