You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sj...@apache.org on 2014/08/26 12:27:13 UTC

[7/7] git commit: This closes #126

This closes #126


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/e4f6ce31
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/e4f6ce31
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/e4f6ce31

Branch: refs/heads/master
Commit: e4f6ce314297076ff5851a7eea22ef1fa3ec3163
Parents: 0be9f25 eddcdc3
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Authored: Tue Aug 26 11:26:32 2014 +0100
Committer: Sam Corbett <sa...@cloudsoftcorp.com>
Committed: Tue Aug 26 11:26:32 2014 +0100

----------------------------------------------------------------------
 usage/jsgui/src/main/webapp/assets/css/base.css |  14 ++
 usage/jsgui/src/main/webapp/assets/js/config.js |   4 +-
 .../main/webapp/assets/js/libs/brooklyn-view.js | 198 ++++++++++++++++++-
 .../src/main/webapp/assets/js/libs/brooklyn.js  |   5 -
 usage/jsgui/src/main/webapp/assets/js/router.js |  46 +----
 .../webapp/assets/js/view/entity-policies.js    |  92 +++++----
 .../assets/js/view/policy-config-invoke.js      |  75 +++----
 .../main/webapp/assets/js/view/policy-new.js    |  82 ++++++++
 .../src/main/webapp/assets/js/view/viewutils.js |   4 +-
 .../assets/tpl/apps/policy-config-modal.html    |  41 ----
 .../main/webapp/assets/tpl/apps/policy-new.html |  37 ++++
 .../tpl/apps/policy-parameter-config.html       |  30 +++
 .../src/main/webapp/assets/tpl/apps/policy.html |  12 +-
 .../main/webapp/assets/tpl/lib/basic-modal.html |  29 +++
 .../lib/config-key-type-value-input-pair.html   |  23 +++
 .../src/test/javascript/specs/router-spec.js    |   8 +-
 16 files changed, 510 insertions(+), 190 deletions(-)
----------------------------------------------------------------------