This is an automated email from the ASF dual-hosted git repository.

jcabrerizo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git.


    from 6a56f16  Merge pull request #239 from 
algairim/designer-events-refactoring
     new 031adfe  Convert logbook into directive
     new 99ff692  Remove commented HTML tags
     new cf5b69a  Scroll down the logbook after query in case of non-reverse 
order
     new 681a32e  Default logbook query to suggest 1000 lines instead of 10
     new c0c303a  Merge branch 'master' into logbook-widget
     new 4503305  Keep serverVersion under scope instead of contrlloer instance
     new 6055c5a  Merge pull request #235 from algairim/logbook-widget

The 2007 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ui-modules/home/app/index.js                       |   9 +-
 ui-modules/home/app/index.less                     |   7 +-
 .../home/app/views/about/about.controller.js       |   9 +-
 .../home/app/views/about/about.template.html       |  11 +-
 .../home/app/views/logbook/logbook.controller.js   | 180 --------------------
 .../home/app/views/logbook/logbook.template.html   |  73 --------
 ui-modules/utils/logbook/logbook.js                | 188 +++++++++++++++++++++
 .../{home/app/views => utils}/logbook/logbook.less |   0
 ui-modules/utils/logbook/logbook.template.html     |  60 +++++++
 9 files changed, 268 insertions(+), 269 deletions(-)
 delete mode 100644 ui-modules/home/app/views/logbook/logbook.controller.js
 delete mode 100644 ui-modules/home/app/views/logbook/logbook.template.html
 create mode 100644 ui-modules/utils/logbook/logbook.js
 rename ui-modules/{home/app/views => utils}/logbook/logbook.less (100%)
 create mode 100644 ui-modules/utils/logbook/logbook.template.html

Reply via email to