[GH-ISSUE #5102] [Bug]: Stream action menu label stays "Disable" regardless of stream status. #3108

Open
opened 2026-02-26 07:37:52 +03:00 by kerem · 0 comments
Owner

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

Image

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.

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** ![Image](https://github.com/user-attachments/assets/acd0abae-4408-4353-808a-6c643f4560f2) **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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#3108
No description provided.