-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
209 frontend module alert overview page with alert table #238
209 frontend module alert overview page with alert table #238
Conversation
…ert-overview-page-with-alert-table
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
…ert-overview-page-with-alert-table
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
…ert-overview-page-with-alert-table
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very nice and cool ideas. Just some smaller things I found
apps/frontend/src/app/alert-page/component/alert-page/alert-page.component.html
Outdated
Show resolved
Hide resolved
apps/frontend/src/app/alert-page/component/alert-page/alert-page.component.html
Show resolved
Hide resolved
apps/frontend/src/app/alert-page/component/alert-page/alert-page.component.html
Outdated
Show resolved
Hide resolved
apps/frontend/src/app/alert-page/component/alert-page/alert-page.component.ts
Outdated
Show resolved
Hide resolved
apps/frontend/src/app/alert-page/component/alert-page/alert-page.component.ts
Outdated
Show resolved
Hide resolved
apps/frontend/src/app/alert-page/component/alert-page/alert-page.component.ts
Outdated
Show resolved
Hide resolved
apps/frontend/src/app/shared/services/analyzer-service/analyzer-service.ts
Outdated
Show resolved
Hide resolved
apps/frontend/src/app/alert-page/component/alert-page/alert-page.component.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Blocked by Backend Issue |
…ert-overview-page-with-alert-table
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really nice clean code, but filtering for Date doesn't work. And OrderBy doesnt work
apps/frontend/src/app/alert-page/component/alert-page/alert-page.component.ts
Outdated
Show resolved
Hide resolved
apps/frontend/src/app/alert-page/component/alert-page/alert-page.component.ts
Outdated
Show resolved
Hide resolved
apps/frontend/src/app/alert-page/component/alert-page/alert-page.component.ts
Show resolved
Hide resolved
apps/frontend/src/app/alert-page/component/alert-page/alert-page.component.ts
Show resolved
Hide resolved
…ert-overview-page-with-alert-table
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
Signed-off-by: Christoph Klingenberg <christoph-klingenberg@web.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really nice work
created alert panel component
created alert util to reuse this code for the alert panel
upgrade the loading spinner, I need a new issue to outsource this changes.