Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 053E418E6E for ; Mon, 31 Aug 2015 03:17:34 +0000 (UTC) Received: (qmail 88480 invoked by uid 500); 31 Aug 2015 03:17:33 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 88451 invoked by uid 500); 31 Aug 2015 03:17:33 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 88442 invoked by uid 99); 31 Aug 2015 03:17:33 -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, 31 Aug 2015 03:17:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4778CDFBAB; Mon, 31 Aug 2015 03:17:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: akuznetsov@apache.org To: commits@ignite.apache.org Message-Id: <41717acdcdd24cd288140b0805c368a1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ignite git commit: IGNITE-843 Restored groups hiding. Date: Mon, 31 Aug 2015 03:17:33 +0000 (UTC) Repository: ignite Updated Branches: refs/heads/ignite-843 2ff720f99 -> e3133ee97 IGNITE-843 Restored groups hiding. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e3133ee9 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e3133ee9 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e3133ee9 Branch: refs/heads/ignite-843 Commit: e3133ee9742f5e47e45a916f16285d446c3d930a Parents: 2ff720f Author: Alexey Kuznetsov Authored: Mon Aug 31 10:18:00 2015 +0700 Committer: Alexey Kuznetsov Committed: Mon Aug 31 10:18:00 2015 +0700 ---------------------------------------------------------------------- .../control-center-web/src/main/js/views/includes/controls.jade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/e3133ee9/modules/control-center-web/src/main/js/views/includes/controls.jade ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/views/includes/controls.jade b/modules/control-center-web/src/main/js/views/includes/controls.jade index 0b86758..be17eb2 100644 --- a/modules/control-center-web/src/main/js/views/includes/controls.jade +++ b/modules/control-center-web/src/main/js/views/includes/controls.jade @@ -25,7 +25,6 @@ mixin block-callout(titleWorkflow, contentWorkflow, whatsNextWorkflow, whatsNext label.block-callout-header-right #{whatsNextWorkflow} p(ng-bind-html=whatsNextContent) - mixin tipField(lines) i.tipField.fa.fa-question-circle(ng-if=lines bs-tooltip='joinTip(#{lines})' type='button') i.tipField.fa.fa-question-circle.blank(ng-if='!#{lines}') @@ -436,7 +435,7 @@ mixin main-table(title, rows, focusId, click, rowTemplate) mixin groups(groups, dataSource) - .panel.panel-default(ng-repeat='group in #{groups}' ng-click='triggerDigest=true') + .panel.panel-default(ng-repeat='group in #{groups}' ng-click='triggerDigest=true' ng-hide='{{group.hide}}') .panel-heading h3 a(id='{{::group.group + "-title"}}' bs-collapse-toggle ng-click='hidePopover()') {{::group.label}}