-
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-132750 / 25.04 / Minor improvements for containers #11102
Conversation
src/app/enums/virtualization.enum.ts
Outdated
@@ -13,11 +13,13 @@ export const virtualizationTypeLabels = new Map<VirtualizationType, string>([ | |||
export enum VirtualizationStatus { | |||
Running = 'RUNNING', | |||
Stopped = 'STOPPED', | |||
Unknown = 'Unknown', |
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.
UNKNOWN, uppercase?
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.
Indeed.
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #11102 +/- ##
==========================================
+ Coverage 82.34% 82.36% +0.01%
==========================================
Files 1643 1645 +2
Lines 57484 57540 +56
Branches 5930 5936 +6
==========================================
+ Hits 47333 47390 +57
+ Misses 10151 10150 -1 ☔ View full report in Codecov by Sentry. |
This PR has been merged and conversations have been locked. |
Changes: