This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a change to branch 3918-connect
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from e3fe42ccf5 refactor(#3918): Migrate connect to control flow syntax
add e9b0623b1b refactor: Remove adapter template directive
No new revisions were added by this update.
Summary of changes:
.../adapter-configuration.component.ts | 6 +-
.../adapter-settings/adapter-settings.component.ts | 104 ++++++++++++++++-----
.../configuration-group.component.html | 0
.../configuration-group.component.scss | 0
.../configuration-group.component.ts | 4 +-
.../adapter-template-configuration.directive.ts | 104 ---------------------
ui/src/app/connect/connect.module.ts | 2 +-
7 files changed, 85 insertions(+), 135 deletions(-)
rename ui/src/app/connect/components/{ =>
adapter-configuration/adapter-settings}/configuration-group/configuration-group.component.html
(100%)
rename ui/src/app/connect/components/{ =>
adapter-configuration/adapter-settings}/configuration-group/configuration-group.component.scss
(100%)
rename ui/src/app/connect/components/{ =>
adapter-configuration/adapter-settings}/configuration-group/configuration-group.component.ts
(91%)
delete mode 100644
ui/src/app/connect/components/adapter-configuration/directives/adapter-template-configuration.directive.ts