-
Notifications
You must be signed in to change notification settings - Fork 309
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
NAS-131766 / 25.04 / Refactor dashboard and other modules to standalone #10854
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #10854 +/- ##
==========================================
+ Coverage 81.78% 81.90% +0.11%
==========================================
Files 1590 1592 +2
Lines 55168 55551 +383
Branches 5817 5817
==========================================
+ Hits 45119 45498 +379
- Misses 10049 10053 +4 ☔ View full report in Codecov by Sentry. |
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.
Great job! 👏
@@ -38,49 +38,6 @@ import { systemInfoPassiveWidget } from 'app/pages/dashboard/widgets/system/widg | |||
import { systemImageWidget } from 'app/pages/dashboard/widgets/system/widget-system-image/widget-system-image.definition'; | |||
import { systemUptimeWidget } from 'app/pages/dashboard/widgets/system/widget-system-uptime/widget-system-uptime.definition'; | |||
|
|||
export const widgetComponents = [ |
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.
We have README.md
(src/app/pages/dashboard/widgets/README.md) with non working example: 👇
- Connect widget definition to
widgetComponents
andwidgetRegistry.
This PR has been merged and conversations have been locked. |
Testing:
Test affected places.