Bringing back ability for admin to delete a gateway preference
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/671314c9 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/671314c9 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/671314c9 Branch: refs/heads/master Commit: 671314c95eaa9b609e71ecdf6151a626c9577f7e Parents: bbd09c5 Author: Nipurn Doshi <[email protected]> Authored: Tue Feb 2 15:37:59 2016 -0500 Committer: Nipurn Doshi <[email protected]> Committed: Tue Feb 2 15:37:59 2016 -0500 ---------------------------------------------------------------------- app/views/admin/manage-gateway.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/671314c9/app/views/admin/manage-gateway.blade.php ---------------------------------------------------------------------- diff --git a/app/views/admin/manage-gateway.blade.php b/app/views/admin/manage-gateway.blade.php index 206c75f..a648845 100644 --- a/app/views/admin/manage-gateway.blade.php +++ b/app/views/admin/manage-gateway.blade.php @@ -323,7 +323,7 @@ elem.find("select").attr("disabled", "true"); elem.find(".hide").prop("readonly", "true"); elem.find("button").attr("disabled", "true"); - $(".glyphicon").hide(); + elem.find(".glyphicon").hide(); } </script>
