Deployment Targets page only shows 30 results with no pages or method to load additional ones, other than filtering #9152
Labels
kind/bug
This issue represents a verified problem we are committed to solving
Severity
Affecting one customer, potential to affect many customers with more than 30 targets
Version
2025.1.1913
Latest Version
None
What happened?
When viewing the Deployment Targets Page, only 30 target results are shown with no way to load the additional targets (e.g. via pagination) that match the set filters. The only way to see the additional targets in the UI is to add more filters, and this will only work with uniquely tagged targets (or by name).
Reproduction
Error and Stacktrace
No response
More Information
First reported here [internal]
Workaround
Use the API to retrieve the list of machines with the following (specifying a large enough number for
take
). This will return all machines, maching the environment, etc. filter (whereEnvironments-1
associates with a name likeTest
in the UI in the following example):https://your-octo-url/api/Spaces-1/machines?take=1500&environmentIds=Environments-1
This example will return up to 1500 machines associated with `Environments-1 in JSON, and their basic information. To load a specific machine in the UI, you can then use the returned machine Ids with the following:
https://your-octo-url/app#/Spaces-1/infrastructure/machines/{#machineId}/settings
The text was updated successfully, but these errors were encountered: