-
Notifications
You must be signed in to change notification settings - Fork 332
NAS-135256 / 25.10 / Simplify Services page #11920
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## master #11920 +/- ##
==========================================
- Coverage 83.67% 83.65% -0.03%
==========================================
Files 1687 1687
Lines 59681 59665 -16
Branches 6613 6610 -3
==========================================
- Hits 49941 49911 -30
- Misses 9740 9754 +14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
- Let's swap places between Play and Edit buttons.
- Can we have Stopped as gray instead of Red?
- Rename
NFS/SMB Sessions
toView Sessions
. - Rename
Audit Logs
toView Logs
. - Add underline for those links.
- Add space between links and action buttons.
- Last column doesn't look too good on some smaller resolutions – it starts to collapse too early.
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.
Functionality looks good, but let's not add another unique setting to actions cell. Let's just create a custom component like with service-status-cell.
> | ||
<ix-icon [name]="action.iconName"></ix-icon> | ||
</button> | ||
@if (action?.dynamicText && (action.dynamicText(row()) | async); as dynamicText) { |
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.
At this point, it's just better to use a custom cell within services.
Testing: see ticket.
Result:
Screen.Recording.2025-04-24.at.12.37.15.mov