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

riemer pushed a change to branch 4052-add-feature-cards-for-resource-preview
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from 8d604b6243 Add headers
     add 794a9f27bb Harmonize labels and colors
     add f58e65ff54 Add dashboard feature card

No new revisions were added by this update.

Summary of changes:
 .../execution/task/StorePipelineStatusTask.java    |   2 +
 ui/deployment/feature-cards.yml                    |   4 +
 .../alert-banner/alert-banner.component.scss       |   8 +-
 .../asset-browser-filter-labels.component.html     |   2 +-
 .../components/sp-label/sp-label.component.html    |  20 +-
 .../components/sp-label/sp-label.component.scss    | 138 +++++++++++--
 .../lib/components/sp-label/sp-label.component.ts  | 101 ++++++---
 .../src/lib/services/colorization.service.ts       | 226 +++++++++++++++++++--
 .../asset-details-labels.component.html            |   4 +-
 .../asset-top-banner.component.html                |   4 +
 .../view-asset-basics.component.html               |  13 +-
 .../view-asset-labels.component.html               |   4 +-
 .../chart-container/chart-container.component.html |   4 +-
 .../chart-feature-card.component.ts                |   1 -
 .../certificate-label.component.html               |   7 +-
 .../edit-label/edit-label.component.html           |  52 +++--
 .../edit-label/edit-label.component.ts             |   2 +-
 .../label-configuration.component.html             |   6 +-
 .../role-configuration.component.html              |   2 +
 .../security-user-config.component.html            |   2 +
 .../existing-adapters.component.html               |   3 +
 .../certificate-details-dialog.component.html      |   2 +
 .../dashboard-feature-card.component.html          |  60 ++++++
 .../dashboard-feature-card.component.scss}         |  12 +-
 .../dashboard-feature-card.component.ts            | 118 +++++++++++
 .../dashboard-overview-table.component.html        |  23 ++-
 .../dashboard-overview-table.component.ts          |   9 +
 .../pipeline-preview-meta.component.html           |  22 +-
 .../pipeline-preview-meta.component.ts             |  21 +-
 .../pipeline-overview.component.scss               |   2 +-
 ui/src/scss/sp/_variables.scss                     |  10 +-
 ui/src/scss/sp/status-light.scss                   |  16 +-
 32 files changed, 761 insertions(+), 139 deletions(-)
 create mode 100644 
ui/src/app/dashboard/components/dashboard-feature-card/dashboard-feature-card.component.html
 copy 
ui/src/app/{pipelines/components/pipeline-feature-card/pipeline-feature-card.component.scss
 => 
dashboard/components/dashboard-feature-card/dashboard-feature-card.component.scss}
 (82%)
 create mode 100644 
ui/src/app/dashboard/components/dashboard-feature-card/dashboard-feature-card.component.ts

Reply via email to