-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
OpenMediaVault widget: Part 2 #1817
Conversation
Since there havent been requests specifically for either of these: Feels like updates in an info widget is weird, I think of those for persistently-relevant data. I wonder if would be better as another service widget option. ZFS charts one is cool because charts are cool but I wonder how meaningful it is, again there was no discussion on these. Overall Im a little concerned because it feels like we already do / would have even more of a large amount of OMV-related code to maintain, imbalanced with most other services we support, for something that I suspect is not used by the vast majority of [our] users based off votes etc Welcome your thoughts |
There may be demand for ZFS data on a truenas dashboard which is a dedicated space for that but not necessarily the same in homepage... Homepage does not aim to be an "everything" command center, more a very nice dashboard with some useful info. My biggest concern is code maintenance, etc. This is a lot of code for just one ecosystem used by a minority of users (I think). My suggestion would be to move the updates info into an (option) of the service widget and drop the graph widget. |
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.
Yea thats great, thanks.
Small thing is to remove these IDE comments.
If youre ready you can mark this as such and Im happy to test it out / merge
// noinspection JSUnresolvedVariable | ||
|
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.
// noinspection JSUnresolvedVariable |
@@ -11,6 +13,7 @@ const BG_POLL_PERIOD = 500; | |||
|
|||
const logger = createLogger(PROXY_NAME); | |||
|
|||
// noinspection DuplicatedCode |
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.
// noinspection DuplicatedCode |
// noinspection JSUnresolvedVariable | ||
|
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.
// noinspection JSUnresolvedVariable |
// noinspection JSUnresolvedVariable | ||
|
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.
// noinspection JSUnresolvedVariable |
// noinspection JSUnresolvedVariable | ||
|
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.
// noinspection JSUnresolvedVariable |
]; | ||
|
||
// noinspection DuplicatedCode |
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.
// noinspection DuplicatedCode |
]; | ||
|
||
// noinspection DuplicatedCode |
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.
// noinspection DuplicatedCode |
}, | ||
]; | ||
|
||
// noinspection DuplicatedCode |
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.
// noinspection DuplicatedCode |
@userXinos Im not clear how much demand there is for these options, of course lets please re-address if there is more interest from the discussion(s). Thanks again |
oh, alright |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns. |
Proposed change
Sequel for #1807
Type of change
Checklist:
pnpm lint
.