-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Ability to toggle statuses in dashboard #22357
Conversation
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
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.
Fixed "User status" to just "Status". :)
When you uncheck Status and then check it again, you end up with Weather on the left and Status on the right in the Dashboard – until you refresh. It’s not a blocker though. :)
@jancborchardt Thanks!
It does not happen to me and it's not supposed to happen as the components are sorted by name ( |
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 32254: failurejsunitShow full log
mysql8.0-php7.2
acceptance-app-files
Show full log
|
The status registration can now be inhibited according to dashboard user settings. Callbacks are stored on initial status registration even if it's not actually mounted in order to be able to register them when user enabled them.
Status checkboxes are displayed above widget checkboxes in the modal. Don't pay attention to icons 😉.