Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop b21bb4fc0 -> f6651ffbd


WIP


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

Branch: refs/heads/develop
Commit: f6651ffbd553733fd14274c8237eb03450f13592
Parents: b21bb4f
Author: scnakandala <[email protected]>
Authored: Tue May 23 12:21:33 2017 -0400
Committer: scnakandala <[email protected]>
Committed: Tue May 23 12:21:33 2017 -0400

----------------------------------------------------------------------
 public/js/deployment.js | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/f6651ffb/public/js/deployment.js
----------------------------------------------------------------------
diff --git a/public/js/deployment.js b/public/js/deployment.js
index 9b7f886..9324b49 100644
--- a/public/js/deployment.js
+++ b/public/js/deployment.js
@@ -76,6 +76,8 @@ $( document).ready( function(){
                var appDeploymentObject = 
$.parseJSON($("#app-deployment-object").val());
                for(i = 0; i< computeResourceCompleteList.length; i++){
                        computeResource = computeResourceCompleteList[i];
+
+                       $('#edit-app-deployment-block 
.default-queue-name-select').find('option').remove();
                        
if(computeResource.computeResourceId.startsWith(this.value)){
                                queues = computeResource.batchQueues;
                                if(queues != null){

Reply via email to