[18/50] incubator-eagle git commit: [EAGLE-604] Support view/editing application configuration after installed

2016-10-18 Thread hao
[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 @@
-
-
-
-   
-   Explore Triggered Alerts
-   Manage Policies
-   Define Alert Policy
-   
-   
-   
-   
-
-
+
+
+
+   
+   Alerts
+   Policies
+   Streams
+
+   Define Alert Policy
+   
+   
+   
+   
+
+

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 @@
 
 

-   Policy
+   Basic
+   Definition
Publisher
 

@@ -30,7 +31,7 @@



-   
+   



@@ -61,26 +62,29 @@



-   
-   Definition
-   {{policy.definition.value}}
-   
-   
-   Partition
-   
-   
-   
-   [{{partition.type}}]
-   
{{partition.streamId}}:
-   {{partition.columns.join(", ")}}
-   
-   
-   
-   



+   
+   Definition
+   {{policy.definition.value}}
+
+   Partition
+   
+   
+   [

incubator-eagle git commit: [EAGLE-604] Support view/editing application configuration after installed

2016-10-13 Thread jilin
Repository: incubator-eagle
Updated Branches:
  refs/heads/master 4dfb528c4 -> 1d0f9f5b0


[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 @@
-
-
-
-   
-   Explore Triggered Alerts
-   Manage Policies
-   Define Alert Policy
-   
-   
-   
-   
-
-
+
+
+
+   
+   Alerts
+   Policies
+   Streams
+
+   Define Alert Policy
+   
+   
+   
+   
+
+

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 @@
 
 

-   Policy
+   Basic
+   Definition
Publisher
 

@@ -30,7 +31,7 @@



-   
+   



@@ -61,26 +62,29 @@



-   
-   Definition
-   {{policy.definition.value}}
-   
-   
-   Partition
-   
-   
-   
-   [{{partition.type}}]
-   
{{partition.streamId}}:
-   {{partition.columns.join(", ")}}
-   
-   
-   
-   



+   
+   Definition
+   {{policy.definition.value}}
+
+   Partition
+