Repository: airavata-php-gateway Updated Branches: refs/heads/develop 12ff1d39e -> 66f9bd466
removing the hide part in queue data 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/66f9bd46 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/66f9bd46 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/66f9bd46 Branch: refs/heads/develop Commit: 66f9bd4669ebb1bcd9a0bc02889d25d88360500a Parents: 12ff1d3 Author: scnakandala <[email protected]> Authored: Mon May 22 13:31:35 2017 -0400 Committer: scnakandala <[email protected]> Committed: Mon May 22 13:31:35 2017 -0400 ---------------------------------------------------------------------- app/views/partials/experiment-queue-block.blade.php | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/66f9bd46/app/views/partials/experiment-queue-block.blade.php ---------------------------------------------------------------------- diff --git a/app/views/partials/experiment-queue-block.blade.php b/app/views/partials/experiment-queue-block.blade.php index 334b9fd..38f84a9 100644 --- a/app/views/partials/experiment-queue-block.blade.php +++ b/app/views/partials/experiment-queue-block.blade.php @@ -161,6 +161,7 @@ var queues = $.parseJSON($("#queue-array").val()); var veryLargeValue = 9999999; console.log(queues); + $(".queue-data").addClass("hide"); for (var i = 0; i < queues.length; i++) { if (queues[i]['queueName'] == selectedQueue) { //node-count
