Repository: airavata-php-gateway Updated Branches: refs/heads/develop 66f9bd466 -> c74dcd0da
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/c74dcd0d Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/c74dcd0d Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/c74dcd0d Branch: refs/heads/develop Commit: c74dcd0dac83f06b64337acf1061b863fd22cc6b Parents: 66f9bd4 Author: scnakandala <[email protected]> Authored: Mon May 22 13:33:56 2017 -0400 Committer: scnakandala <[email protected]> Committed: Mon May 22 13:33:56 2017 -0400 ---------------------------------------------------------------------- app/views/partials/experiment-queue-block.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/c74dcd0d/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 38f84a9..d972d3d 100644 --- a/app/views/partials/experiment-queue-block.blade.php +++ b/app/views/partials/experiment-queue-block.blade.php @@ -161,7 +161,7 @@ var queues = $.parseJSON($("#queue-array").val()); var veryLargeValue = 9999999; console.log(queues); - $(".queue-data").addClass("hide"); + $(".queue-view").addClass("hide"); for (var i = 0; i < queues.length; i++) { if (queues[i]['queueName'] == selectedQueue) { //node-count @@ -218,7 +218,7 @@ $(".memory-count").parent().addClass("hide"); } } - $(".queue-data").removeClass("hide"); + $(".queue-view").removeClass("hide"); } $(document).ready(function(){
