-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Create an admin-only panel at /containers/all.
Requirements:
- Accessible only to admin users.
- UI should match
/containersas seen by normal users, but must display all containers in the system. - Add an extra column for "user" to identify the owner of each container.
- Support query string parameters for filtering containers. Example:
?nodeId=#to show containers associated with a particular node.- This filter should be linked from the new
/nodespage, allowing admins to quickly view containers on a specific node.
- This filter should be linked from the new
Acceptance Criteria:
- Visiting
/containers/allonly works for admin, returns 403 for non-admins. - All containers are listed.
- "User" column displays owner for each container.
- Filtering works with supported query string parameters like
nodeId. - UI component is visually consistent with
/containersbut accommodates new requirements.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request