We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user of Uptime, I want to be able to quickly enable or disable a monitor from the UI Monitor Management table.
An enabled column will be available within the table with an enabled toggle for each monitor.
When switching the toggle on or off, an API call to the edit monitor route will be made.
If the call is successful, a success toast will be displayed.
If the call is unsuccessful, a failure toast will display and the toggle will be set back to its original selection.
Figma: https://www.figma.com/proto/wY1t5ElePiSmogTQJ04i5A/Monitor-creation?node-id=1515%3A242974&scaling=min-zoom&page-id=434%3A120
The text was updated successfully, but these errors were encountered:
Add enabled column in monitor management monitors list table.
e096cc0
elastic/uptime#415
Stricter typing.
4fce3da
Utilize label=false instead of aria-label prop.
d6948b3
Added progress bar when Enabled switch is busy.
60d5311
[Uptime][Monitor Management UI] Add Enabled column in monitor managem…
786f416
…ent monitors list table. (#121682) (elastic/uptime/issues/415) * Add enabled column in monitor management monitors list table.
Successfully merging a pull request may close this issue.
As a user of Uptime, I want to be able to quickly enable or disable a monitor from the UI Monitor Management table.
An enabled column will be available within the table with an enabled toggle for each monitor.
When switching the toggle on or off, an API call to the edit monitor route will be made.
If the call is successful, a success toast will be displayed.
If the call is unsuccessful, a failure toast will display and the toggle will be set back to its original selection.
Figma: https://www.figma.com/proto/wY1t5ElePiSmogTQJ04i5A/Monitor-creation?node-id=1515%3A242974&scaling=min-zoom&page-id=434%3A120
The text was updated successfully, but these errors were encountered: