[09/12] airavata-php-gateway git commit: AIRAVATA-2500 Fixing layout

2017-09-26 Thread machristie
AIRAVATA-2500 Fixing layout


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

Branch: refs/heads/develop
Commit: 20db67cb21d836b6ab4dd42a8bbdb4fb3ee7fbb8
Parents: 277f346
Author: Marcus Christie 
Authored: Fri Sep 22 13:53:40 2017 -0400
Committer: Marcus Christie 
Committed: Fri Sep 22 13:53:58 2017 -0400

--
 .../auto-provisioned-accounts.blade.php | 44 ++--
 1 file changed, 23 insertions(+), 21 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/20db67cb/app/views/partials/auto-provisioned-accounts.blade.php
--
diff --git a/app/views/partials/auto-provisioned-accounts.blade.php 
b/app/views/partials/auto-provisioned-accounts.blade.php
index 78c9648..5f56aa3 100644
--- a/app/views/partials/auto-provisioned-accounts.blade.php
+++ b/app/views/partials/auto-provisioned-accounts.blade.php
@@ -22,27 +22,29 @@
 
 
 @foreach ($auto_provisioned_accounts as 
$auto_provisioned_account)
-
-@if ($auto_provisioned_account["errorMessage"] != 
null)
- FAILED
-
-See Error Message 
for more information and contact Gateway Admin for help.
-
-@elseif 
($auto_provisioned_account["accountExists"] === false)
- ACCOUNT MISSING
-
-See Additional 
Info for more information on how to create your account on {{{ 
$auto_provisioned_account["hostname"]}}}.
-
-@elseif 
($auto_provisioned_account["userComputeResourcePreference"] != null)
- OK
-@else
- UNKNOWN
-@endif
-
-{{{ $auto_provisioned_account["hostname"] }}}
-{{-- Not escaping HTML to allow Gateway Admin to put 
HTML into additionalInfo field --}}
-{{ $auto_provisioned_account["additionalInfo"] 
}}
-{{{ $auto_provisioned_account["errorMessage"] 
}}}
+
+
+@if ($auto_provisioned_account["errorMessage"] 
!= null)
+ FAILED
+
+See Error 
Message for more information and contact Gateway Admin for 
help.
+
+@elseif 
($auto_provisioned_account["accountExists"] === false)
+ ACCOUNT MISSING
+
+See Additional 
Info for more information on how to create your account on {{{ 
$auto_provisioned_account["hostname"]}}}.
+
+@elseif 
($auto_provisioned_account["userComputeResourcePreference"] != null)
+ OK
+@else
+ UNKNOWN
+@endif
+
+{{{ $auto_provisioned_account["hostname"] 
}}}
+{{-- Not escaping HTML to allow Gateway Admin to 
put HTML into additionalInfo field --}}
+{{ $auto_provisioned_account["additionalInfo"] 
}}
+{{{ $auto_provisioned_account["errorMessage"] 
}}}
+
 @endforeach
 
 



[09/12] airavata-php-gateway git commit: AIRAVATA-2500 Fixing layout

2017-09-25 Thread machristie
AIRAVATA-2500 Fixing layout


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

Branch: refs/heads/AIRAVATA-2500
Commit: 20db67cb21d836b6ab4dd42a8bbdb4fb3ee7fbb8
Parents: 277f346
Author: Marcus Christie 
Authored: Fri Sep 22 13:53:40 2017 -0400
Committer: Marcus Christie 
Committed: Fri Sep 22 13:53:58 2017 -0400

--
 .../auto-provisioned-accounts.blade.php | 44 ++--
 1 file changed, 23 insertions(+), 21 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/20db67cb/app/views/partials/auto-provisioned-accounts.blade.php
--
diff --git a/app/views/partials/auto-provisioned-accounts.blade.php 
b/app/views/partials/auto-provisioned-accounts.blade.php
index 78c9648..5f56aa3 100644
--- a/app/views/partials/auto-provisioned-accounts.blade.php
+++ b/app/views/partials/auto-provisioned-accounts.blade.php
@@ -22,27 +22,29 @@
 
 
 @foreach ($auto_provisioned_accounts as 
$auto_provisioned_account)
-
-@if ($auto_provisioned_account["errorMessage"] != 
null)
- FAILED
-
-See Error Message 
for more information and contact Gateway Admin for help.
-
-@elseif 
($auto_provisioned_account["accountExists"] === false)
- ACCOUNT MISSING
-
-See Additional 
Info for more information on how to create your account on {{{ 
$auto_provisioned_account["hostname"]}}}.
-
-@elseif 
($auto_provisioned_account["userComputeResourcePreference"] != null)
- OK
-@else
- UNKNOWN
-@endif
-
-{{{ $auto_provisioned_account["hostname"] }}}
-{{-- Not escaping HTML to allow Gateway Admin to put 
HTML into additionalInfo field --}}
-{{ $auto_provisioned_account["additionalInfo"] 
}}
-{{{ $auto_provisioned_account["errorMessage"] 
}}}
+
+
+@if ($auto_provisioned_account["errorMessage"] 
!= null)
+ FAILED
+
+See Error 
Message for more information and contact Gateway Admin for 
help.
+
+@elseif 
($auto_provisioned_account["accountExists"] === false)
+ ACCOUNT MISSING
+
+See Additional 
Info for more information on how to create your account on {{{ 
$auto_provisioned_account["hostname"]}}}.
+
+@elseif 
($auto_provisioned_account["userComputeResourcePreference"] != null)
+ OK
+@else
+ UNKNOWN
+@endif
+
+{{{ $auto_provisioned_account["hostname"] 
}}}
+{{-- Not escaping HTML to allow Gateway Admin to 
put HTML into additionalInfo field --}}
+{{ $auto_provisioned_account["additionalInfo"] 
}}
+{{{ $auto_provisioned_account["errorMessage"] 
}}}
+
 @endforeach