You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/10/25 12:28:14 UTC

[brooklyn-ui] branch master updated (e995578 -> a8609e4)

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 e995578  Merge pull request #304 from jathanasiou/enhancement/home-visuals
     add 1533c12  use clock icon for scheduled activities
     add ce7ce0a  new task filter for 'top-level' to show feeds etc
     add 0095cc4  in config and sensor, use grid not table, and show json as multiline yaml
     add 90c7f92  correct error-checking for specs
     add 0eae954  kilt diagram filters based on dropdown/text editing
     new a8609e4  This closes #302

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:
 .../config-sensor-table.directive.js               | 24 +++++++--
 .../config-sensor-table.style.less                 | 61 ++++++++++++++++++++--
 .../config-sensor-table.template.html              | 54 ++++++++++---------
 .../components/task-list/task-list.directive.js    | 43 +++++++++++++--
 .../app/components/task-list/task-list.less        |  5 +-
 .../components/task-list/task-list.template.html   |  4 +-
 .../task-sunburst/task-sunburst.directive.js       | 38 ++++++++++----
 .../inspect/activities/activities.controller.js    |  4 ++
 .../inspect/activities/activities.template.html    |  4 +-
 .../main/inspect/summary/summary.controller.js     | 20 ++++---
 .../app/views/main/inspect/summary/summary.less    |  7 ++-
 .../main/inspect/summary/summary.template.html     |  4 +-
 12 files changed, 202 insertions(+), 66 deletions(-)

[brooklyn-ui] 01/01: This closes #302

Posted by he...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a8609e4ce83c171445aa471b9af9b29239b5f001
Merge: e995578 0eae954
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Mon Oct 25 13:28:10 2021 +0100

    This closes #302

 .../config-sensor-table.directive.js               | 24 +++++++--
 .../config-sensor-table.style.less                 | 61 ++++++++++++++++++++--
 .../config-sensor-table.template.html              | 54 ++++++++++---------
 .../components/task-list/task-list.directive.js    | 43 +++++++++++++--
 .../app/components/task-list/task-list.less        |  5 +-
 .../components/task-list/task-list.template.html   |  4 +-
 .../task-sunburst/task-sunburst.directive.js       | 38 ++++++++++----
 .../inspect/activities/activities.controller.js    |  4 ++
 .../inspect/activities/activities.template.html    |  4 +-
 .../main/inspect/summary/summary.controller.js     | 20 ++++---
 .../app/views/main/inspect/summary/summary.less    |  7 ++-
 .../main/inspect/summary/summary.template.html     |  4 +-
 12 files changed, 202 insertions(+), 66 deletions(-)