You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2024/03/21 11:49:29 UTC

(streampipes) branch dev updated (1d94191c49 -> 51f2221fb1)

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

zehnder pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from 1d94191c49 refactor: use class `TokenUtil` for token generation (#2592)
     add 51f2221fb1 refactor(#2585): remove datatable from helpcomponent (#2593)

No new revisions were added by this update.

Summary of changes:
 ui/src/app/NS/xs.service.ts                        |  8 ++
 ui/src/app/core-ui/core-ui.module.ts               |  2 +
 .../field-names-table.component.html               | 64 ++++++++++++++++
 .../field-names-table.component.scss               |  0
 .../field-names-table.component.ts}                | 33 ++++++---
 ui/src/app/core-ui/help/help.component.html        | 86 +++++-----------------
 ui/src/app/core-ui/help/help.component.scss        |  9 ---
 ui/src/app/core-ui/help/help.component.ts          | 53 +------------
 8 files changed, 120 insertions(+), 135 deletions(-)
 create mode 100644 ui/src/app/core-ui/help/field-names-table/field-names-table.component.html
 copy tools/maven/checkstyle-header.txt => ui/src/app/core-ui/help/field-names-table/field-names-table.component.scss (100%)
 copy ui/src/app/{connect/dialog/can-not-edit-adapter-dialog/can-not-edit-adapter-dialog.component.ts => core-ui/help/field-names-table/field-names-table.component.ts} (53%)