Skip to content
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

Show bottle status on drop page #133

Open
Samir-Rashid opened this issue Jun 22, 2024 · 0 comments
Open

Show bottle status on drop page #133

Samir-Rashid opened this issue Jun 22, 2024 · 0 comments
Assignees

Comments

@Samir-Rashid
Copy link
Contributor

With nothing connected, the GCS shows all bottles are connected.

<div className="bottle_connection_status_title">
{droppedBottles==0
?
'All bottles online'
:
'Bottles that have lost connection'
}

It would be nice if the drop page showed a table with the actual reported status of the 5 bottles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants