mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 01:15:51 +03:00
[GH-ISSUE #5102] [Bug]: Stream action menu label stays "Disable" regardless of stream status. #3108
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#3108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vicenteyu on GitHub (Dec 23, 2025).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/5102
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.