Repository: airavata-php-gateway Updated Branches: refs/heads/master 38b5df020 -> 809edf4a2
fixing AIRAVATA-1747 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/809edf4a Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/809edf4a Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/809edf4a Branch: refs/heads/master Commit: 809edf4a20e2b2bbf85dd5946bcff8a7c03e6dfa Parents: 38b5df0 Author: Supun Nakandala <[email protected]> Authored: Sun Jul 5 22:39:52 2015 +0530 Committer: Supun Nakandala <[email protected]> Committed: Sun Jul 5 22:39:52 2015 +0530 ---------------------------------------------------------------------- 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/809edf4a/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 2032373..450a101 100644 --- a/app/views/admin/manage-gateway.blade.php +++ b/app/views/admin/manage-gateway.blade.php @@ -64,7 +64,7 @@ </div> <div class="col-md-10"> @if( isset( $gp->profile->computeResourcePreferences) ) - <div class="col-md-12"> + <div> <h3>Existing Compute Resources :</h3> </div> <div class="accordion-inner">
