Repository: airavata-php-gateway Updated Branches: refs/heads/develop ea3dee2f9 -> 12ff1d39e
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/12ff1d39 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/12ff1d39 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/12ff1d39 Branch: refs/heads/develop Commit: 12ff1d39e959b5f70d96c668117c20c021661e43 Parents: ea3dee2 Author: scnakandala <[email protected]> Authored: Mon May 22 13:29:03 2017 -0400 Committer: scnakandala <[email protected]> Committed: Mon May 22 13:29:03 2017 -0400 ---------------------------------------------------------------------- app/views/partials/experiment-queue-block.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/12ff1d39/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 5bee34c..334b9fd 100644 --- a/app/views/partials/experiment-queue-block.blade.php +++ b/app/views/partials/experiment-queue-block.blade.php @@ -36,7 +36,7 @@ @endif </div> -<div class="queue-data @if(! isset($expVal) ) hide @endif"> +<div class="queue-data"> <div class="form-group"> <label for="node-count">Node Count <span>( Max Allowed Nodes - <span class="node-count alert-warning"></span>)</span></label>
