Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5B392200C8B for ; Mon, 22 May 2017 21:24:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 59D1A160BAD; Mon, 22 May 2017 19:24:47 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A0B75160BBF for ; Mon, 22 May 2017 21:24:46 +0200 (CEST) Received: (qmail 18132 invoked by uid 500); 22 May 2017 19:24:45 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 18123 invoked by uid 99); 22 May 2017 19:24:45 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 May 2017 19:24:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BBC71DFCBE; Mon, 22 May 2017 19:24:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: scnakandala@apache.org To: commits@airavata.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: airavata-php-gateway git commit: WIP Date: Mon, 22 May 2017 19:24:45 +0000 (UTC) archived-at: Mon, 22 May 2017 19:24:47 -0000 Repository: airavata-php-gateway Updated Branches: refs/heads/develop e113a9014 -> b856e8c11 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/b856e8c1 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/b856e8c1 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/b856e8c1 Branch: refs/heads/develop Commit: b856e8c11af44be329ee0e614d2422bf56fa943a Parents: e113a90 Author: scnakandala Authored: Mon May 22 15:24:42 2017 -0400 Committer: scnakandala Committed: Mon May 22 15:24:42 2017 -0400 ---------------------------------------------------------------------- app/views/partials/experiment-queue-block.blade.php | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/b856e8c1/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 d5bc931..1bdd290 100644 --- a/app/views/partials/experiment-queue-block.blade.php +++ b/app/views/partials/experiment-queue-block.blade.php @@ -174,6 +174,7 @@ else $(".node-count").parent().addClass("hide"); + $("#node-count").html(queues[i]['defaultNodeCount']); //core-count if (queues[i]['maxProcessors'] != 0 && queues[i]['maxProcessors'] != null) { @@ -188,6 +189,8 @@ else $(".cpu-count").parent().addClass("hide"); + $("#cpu-count").html(queues[i]['defaultCPUCount']); + //walltime-count if (queues[i]['maxRunTime'] != null && queues[i]['maxRunTime'] != 0) { if($('#enable-auto-scheduling').prop('checked')){ @@ -201,6 +204,8 @@ else $(".walltime-count").parent().addClass("hide"); + $("#walltime-count").html(queues[i]['defaultWalltime']); + //memory-count if (queues[i]['maxMemory'] != 0 && queues[i]['maxMemory'] != null) { if($('#enable-auto-scheduling').prop('checked')){