-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Description
Checklist
Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
Yes
Are you sure you're not using someone else's docker image?
Yes
Have you searched for similar issues (both open and closed)?
Yes
Describe the bug In the Streams section, the action menu item for toggling the status of a stream does not update its label correctly. Even when a stream is disabled (Status: Offline), the menu item still displays "Disable" instead of switching to "Enable". This is a UI/Frontend consistency issue.
Nginx Proxy Manager Version v2.13.5
To Reproduce Steps to reproduce the behavior:
Go to 'Streams' tab.
Ensure you have at least one stream created.
Click on the three-dot menu (vertical ellipsis) on the right side of a stream row.
Click on 'Disable'.
After the status changes to "Offline", click the three-dot menu again.
The menu item still shows 'Disable' instead of 'Enable'.
Expected behavior The menu text should dynamically change based on the current status of the stream:
If the stream is Online, the menu should show Disable.
If the stream is Offline, the menu should show Enable.
Screenshots
Operating System Docker on [Linux]
Additional context
Browser: [Edge]
This seems to be a frontend state management issue where the menu labels for Streams are hardcoded or not reactive to the enabled status, unlike the 'Proxy Hosts' section where this works correctly.
