This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git.
from 02ce3a0 corrected yaml initialization based on format
add 17e1bcb Adds ui view and boxes
add 319be36 Logbook view and api
add b38a3b0 UI form for get the requested lines
add 61674f3 UI for show logs as text
add f2dd70d Updated up to show datepickers
add 8c032d9 Changing visible fields dinamically
add 4672a17 Merge remote-tracking branch 'origin/master' into
feature/logbook_0
add 9a0777e Fix log field names
new 612ba96 This closes #221
The 1 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 | 3 +-
ui-modules/home/app/index.less | 1 +
.../home/app/views/about/about.template.html | 2 +
.../home/app/views/logbook/logbook.controller.js | 180 +++++++++++++++++++++
.../app/views/logbook/logbook.less} | 21 ++-
.../home/app/views/logbook/logbook.template.html | 73 +++++++++
ui-modules/utils/brooklyn.api/brooklyn.api.js | 4 +-
.../providers/{location-api.js => logbook-api.js} | 10 +-
...ion-api.provider.js => logbook-api.provider.js} | 43 +++--
9 files changed, 312 insertions(+), 25 deletions(-)
create mode 100644 ui-modules/home/app/views/logbook/logbook.controller.js
copy ui-modules/{login/app/views/main/main.less =>
home/app/views/logbook/logbook.less} (76%)
create mode 100644 ui-modules/home/app/views/logbook/logbook.template.html
copy ui-modules/utils/providers/{location-api.js => logbook-api.js} (86%)
copy ui-modules/utils/providers/{location-api.provider.js =>
logbook-api.provider.js} (65%)