hiding Amazom credentials and OAuth myproxy credentials
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/7ba45714 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/7ba45714 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/7ba45714 Branch: refs/heads/master Commit: 7ba45714254f31fbd91306f1a0ff8774a65e51a2 Parents: fb4c36c Author: scnakandala <[email protected]> Authored: Fri Jul 1 23:08:28 2016 -0400 Committer: scnakandala <[email protected]> Committed: Fri Jul 1 23:08:28 2016 -0400 ---------------------------------------------------------------------- app/views/admin/manage-credentials.blade.php | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/7ba45714/app/views/admin/manage-credentials.blade.php ---------------------------------------------------------------------- diff --git a/app/views/admin/manage-credentials.blade.php b/app/views/admin/manage-credentials.blade.php index b80553e..8b686bf 100644 --- a/app/views/admin/manage-credentials.blade.php +++ b/app/views/admin/manage-credentials.blade.php @@ -142,21 +142,21 @@ </tbody> </table> - <h1 class="text-center">Amazon Credentials</h1> + {{--<h1 class="text-center">Amazon Credentials</h1>--}} - <table class="table table-striped table-condensed"> - <tr class="text-center"> - <td>Under Development</td> - </tr> - </table> + {{--<table class="table table-striped table-condensed">--}} + {{--<tr class="text-center">--}} + {{--<td>Under Development</td>--}} + {{--</tr>--}} + {{--</table>--}} - <h1 class="text-center">OAuth MyProxy</h1> + {{--<h1 class="text-center">OAuth MyProxy</h1>--}} - <table class="table table-striped table-condensed"> - <tr class="text-center"> - <td>Under Development</td> - </tr> - </table> + {{--<table class="table table-striped table-condensed">--}} + {{--<tr class="text-center">--}} + {{--<td>Under Development</td>--}} + {{--</tr>--}} + {{--</table>--}} </div> </div> </div>
