You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2016/10/28 20:05:01 UTC

[15/18] airavata-php-gateway git commit: AIRAVATA-2152 Fixing storage resource deletion

AIRAVATA-2152 Fixing storage resource deletion


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

Branch: refs/heads/develop
Commit: 2d6bf7faca11a710d85365b070214c250755d356
Parents: 0cf77f4
Author: Marcus Christie <ma...@iu.edu>
Authored: Thu Oct 27 15:36:55 2016 -0400
Committer: Marcus Christie <ma...@iu.edu>
Committed: Fri Oct 28 15:05:16 2016 -0400

----------------------------------------------------------------------
 .../partials/user-storage-resource-preferences.blade.php     | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/2d6bf7fa/app/views/partials/user-storage-resource-preferences.blade.php
----------------------------------------------------------------------
diff --git a/app/views/partials/user-storage-resource-preferences.blade.php b/app/views/partials/user-storage-resource-preferences.blade.php
index b70d48e..16946d6 100644
--- a/app/views/partials/user-storage-resource-preferences.blade.php
+++ b/app/views/partials/user-storage-resource-preferences.blade.php
@@ -35,10 +35,6 @@
             @endforeach
             <option value="">DO-NO-SET</option>
         </select>
-        <!--
-        <input type="text" name="resourceSpecificCredentialStoreToken" class="form-control"
-               value="@if( isset( $preferences) ){{$preferences->resourceSpecificCredentialStoreToken}}@endif"/>
-        -->
     </div>
 </div>
 
@@ -48,8 +44,8 @@
         <button type="button" class="btn btn-danger remove-user-storage-resource @if(isset( $allowDelete ) ) @if( !$allowDelete) hide @endif @else hide @endif"
             data-toggle="modal"
             data-target="#remove-user-storage-resource-block"
-            data-cr-name="{{$storageResource->hostName}}"
-            data-cr-id="{{$storageResource->storageResourceId}}">
+            data-sr-name="{{$storageResource->hostName}}"
+            data-sr-id="{{$storageResource->storageResourceId}}">
             Remove
         </button>
     </div>