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 C3ED5200BB3 for ; Wed, 19 Oct 2016 05:27:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C2669160AE5; Wed, 19 Oct 2016 03:27:31 +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 3EC12160AF7 for ; Wed, 19 Oct 2016 05:27:30 +0200 (CEST) Received: (qmail 35479 invoked by uid 500); 19 Oct 2016 03:27:29 -0000 Mailing-List: contact commits-help@eagle.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@eagle.incubator.apache.org Delivered-To: mailing list commits@eagle.incubator.apache.org Received: (qmail 35470 invoked by uid 99); 19 Oct 2016 03:27:29 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2016 03:27:29 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id EB1ED18068A for ; Wed, 19 Oct 2016 03:27:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id MWy-m1jrMu9f for ; Wed, 19 Oct 2016 03:27:22 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 740265FC2E for ; Wed, 19 Oct 2016 03:27:17 +0000 (UTC) Received: (qmail 33047 invoked by uid 99); 19 Oct 2016 03:27:17 -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; Wed, 19 Oct 2016 03:27:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 41250DFE60; Wed, 19 Oct 2016 03:27:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hao@apache.org To: commits@eagle.incubator.apache.org Date: Wed, 19 Oct 2016 03:27:33 -0000 Message-Id: <4b4361872d534888adb6bf53ec5ffd9b@git.apache.org> In-Reply-To: <679f7884b2ff4acc87cbf4e51a1de5db@git.apache.org> References: <679f7884b2ff4acc87cbf4e51a1de5db@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [18/50] incubator-eagle git commit: [EAGLE-604] Support view/editing application configuration after installed archived-at: Wed, 19 Oct 2016 03:27:32 -0000 [EAGLE-604] Support view/editing application configuration after installed Support view/editing application configuration after installed Author: zombieJ Closes #500 from zombieJ/EAGLE-604. Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/1d0f9f5b Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/1d0f9f5b Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/1d0f9f5b Branch: refs/heads/master Commit: 1d0f9f5b03acefbfb9af97a83ca19ad3d02d638a Parents: 4dfb528 Author: zombieJ Authored: Thu Oct 13 16:13:08 2016 +0800 Committer: zombieJ Committed: Thu Oct 13 16:13:08 2016 +0800 ---------------------------------------------------------------------- .../webapp/app/dev/partials/alert/main.html | 63 ++++---- .../app/dev/partials/alert/policyDetail.html | 40 ++--- .../app/dev/partials/alert/streamList.html | 47 ++++++ .../app/dev/partials/integration/main.html | 1 - .../app/dev/partials/integration/site.html | 145 +++++++++++++++++-- .../dev/partials/integration/streamList.html | 52 ------- .../src/main/webapp/app/dev/public/js/app.js | 14 +- .../src/main/webapp/app/dev/public/js/common.js | 18 ++- .../webapp/app/dev/public/js/ctrls/alertCtrl.js | 19 +++ .../app/dev/public/js/ctrls/alertEditCtrl.js | 5 +- .../app/dev/public/js/ctrls/integrationCtrl.js | 135 ++++++++++++----- .../src/main/webapp/app/dev/public/js/index.js | 9 +- .../dev/public/js/services/applicationSrv.js | 4 + .../app/dev/public/js/services/pageSrv.js | 6 +- 14 files changed, 386 insertions(+), 172 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/1d0f9f5b/eagle-server/src/main/webapp/app/dev/partials/alert/main.html ---------------------------------------------------------------------- diff --git a/eagle-server/src/main/webapp/app/dev/partials/alert/main.html b/eagle-server/src/main/webapp/app/dev/partials/alert/main.html index 2e062a8..2e14db9 100644 --- a/eagle-server/src/main/webapp/app/dev/partials/alert/main.html +++ b/eagle-server/src/main/webapp/app/dev/partials/alert/main.html @@ -1,29 +1,34 @@ - - - - + + + + http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/1d0f9f5b/eagle-server/src/main/webapp/app/dev/partials/alert/policyDetail.html ---------------------------------------------------------------------- diff --git a/eagle-server/src/main/webapp/app/dev/partials/alert/policyDetail.html b/eagle-server/src/main/webapp/app/dev/partials/alert/policyDetail.html index b04a8a8..7ec5f39 100644 --- a/eagle-server/src/main/webapp/app/dev/partials/alert/policyDetail.html +++ b/eagle-server/src/main/webapp/app/dev/partials/alert/policyDetail.html @@ -18,7 +18,8 @@