You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2015/07/29 19:49:06 UTC

[34/50] [abbrv] airavata-php-gateway git commit: hiding credential store link in admin dashboard

hiding credential store link in admin dashboard


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

Branch: refs/heads/master
Commit: 404c5ea16346ccbe2bb7632f700ad149afb30380
Parents: a8c054f
Author: Supun Nakandala <sc...@apache.org>
Authored: Thu Jul 23 01:32:37 2015 +0530
Committer: Supun Nakandala <sc...@apache.org>
Committed: Thu Jul 23 01:32:37 2015 +0530

----------------------------------------------------------------------
 app/views/partials/dashboard-block.blade.php | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/404c5ea1/app/views/partials/dashboard-block.blade.php
----------------------------------------------------------------------
diff --git a/app/views/partials/dashboard-block.blade.php b/app/views/partials/dashboard-block.blade.php
index 71e6c64..3589598 100644
--- a/app/views/partials/dashboard-block.blade.php
+++ b/app/views/partials/dashboard-block.blade.php
@@ -13,11 +13,11 @@
          @if( Session::has("admin-nav") && Session::get("admin-nav") == "manage-roles") class="active" @endif>
             <a class="dashboard-link" href="{{ URL::to('/')}}/admin/dashboard/roles"><i class="fa fa-fw fa-table"></i>Roles</a>
         </li>
-        <li
-        @if( Session::has("admin-nav") && Session::get("admin-nav") == "credential-store") class="active" @endif>
-            <a class="dashboard-link" href="{{ URL::to('/')}}/admin/dashboard/credential-store"><i class="fa fa-fw fa-table"></i>Credential
-                Store</a>
-        </li>
+<!--        <li-->
+<!--        @if( Session::has("admin-nav") && Session::get("admin-nav") == "credential-store") class="active" @endif>-->
+<!--            <a class="dashboard-link" href="{{ URL::to('/')}}/admin/dashboard/credential-store"><i class="fa fa-fw fa-table"></i>Credential-->
+<!--                Store</a>-->
+<!--        </li>-->
         <li>
             <a><i class="fa fa-fw fa-table"></i>Compute Resources</a>
             <ul>