Files
horizon/releasenotes/notes/fix-admin-state-status.yaml
Dmitriy Chubinidze 62ed47d664 Update Admin State display in routers and ports overview
Modify the Routers, Networks and Ports detail overview to display the Admin
State using standard status values (UP/DOWN) instead of boolean values.

Signed-off-by: Dmitriy Chubinidze <dcu995@gmail.com>
Change-Id: I9c0156c26372b75c5f6afe3f86a234a44a8b2500
Closes-Bug: #2120790
2025-08-18 11:33:38 +00:00

8 lines
239 B
YAML

---
fixes:
- |
[:bug:`2120790`] Fixed a bug where the *Admin state* of **Routers**,
**Networks**, and **Ports** in the overview detail views was displayed
as raw boolean values (`True` / `False`) instead of (`UP` / `DOWN`).