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 2017/01/27 15:56:22 UTC

airavata-php-gateway git commit: fixing AIRAVATA-1885 : Cannot add data movement interface for a new storage resource as scigap admin. Page crashes in PGA

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop 9b300d66c -> d9cbd6c5c


fixing AIRAVATA-1885 : Cannot add data movement interface for a new storage resource as scigap admin. Page crashes in PGA


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

Branch: refs/heads/develop
Commit: d9cbd6c5cf01b53df94876605509dff5f9655f21
Parents: 9b300d6
Author: scnakandala <su...@gmail.com>
Authored: Fri Jan 27 10:56:18 2017 -0500
Committer: scnakandala <su...@gmail.com>
Committed: Fri Jan 27 10:56:18 2017 -0500

----------------------------------------------------------------------
 app/views/storage-resource/edit.blade.php | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/d9cbd6c5/app/views/storage-resource/edit.blade.php
----------------------------------------------------------------------
diff --git a/app/views/storage-resource/edit.blade.php b/app/views/storage-resource/edit.blade.php
index da80867..1039939 100644
--- a/app/views/storage-resource/edit.blade.php
+++ b/app/views/storage-resource/edit.blade.php
@@ -324,6 +324,7 @@
                     <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
                     <button type="submit" class="btn btn-danger danger">Delete</button>
                 </div>
+            </form>
         </div>
     </div>
 </div>