Repository: airavata-php-gateway Updated Branches: refs/heads/develop cb1e2f7e8 -> 362c9f8a5
gateway requests list valign top 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/362c9f8a Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/362c9f8a Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/362c9f8a Branch: refs/heads/develop Commit: 362c9f8a52b4c85b6fc1924ecf9565b9508f2abe Parents: cb1e2f7 Author: scnakandala <[email protected]> Authored: Fri Dec 2 15:02:54 2016 -0500 Committer: scnakandala <[email protected]> Committed: Fri Dec 2 15:02:54 2016 -0500 ---------------------------------------------------------------------- app/views/account/dashboard.blade.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/362c9f8a/app/views/account/dashboard.blade.php ---------------------------------------------------------------------- diff --git a/app/views/account/dashboard.blade.php b/app/views/account/dashboard.blade.php index ff7ed0d..7f09dd9 100644 --- a/app/views/account/dashboard.blade.php +++ b/app/views/account/dashboard.blade.php @@ -26,14 +26,14 @@ <table class="table table-bordered"> <thead> <tr class="text-center"> - <th>Gateway Name</th> - <th>Creation Time</th> - <th>Gateway URL</th> - <th>Project Details</th> - <th>Project Abstract</th> - <th>Gateway Request Status</th> - <th>Actions</th> - <th>SciGaP Admin Comments</th> + <th valign="top">Gateway Name</th> + <th valign="top">Creation Time</th> + <th valign="top">Gateway URL</th> + <th valign="top">Project Details</th> + <th valign="top">Project Abstract</th> + <th valign="top">Gateway Request Status</th> + <th valign="top">Actions</th> + <th valign="top">SciGaP Admin Comments</th> </tr> </thead> <tbody>
