Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment Targets page only shows 30 results with no pages or method to load additional ones, other than filtering #9152

Open
patrick-smergut-octopus opened this issue Dec 2, 2024 · 0 comments
Labels
kind/bug This issue represents a verified problem we are committed to solving

Comments

@patrick-smergut-octopus
Copy link

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).

image

Reproduction

  1. Add over 30 targets in a single space with the same properties (environment, tags, etc.)
  2. Attempt to view more than the 30 targets on the Deployment Targets page without filtering by name

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 (where Environments-1 associates with a name like Test 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

@patrick-smergut-octopus patrick-smergut-octopus added the kind/bug This issue represents a verified problem we are committed to solving label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug This issue represents a verified problem we are committed to solving
Projects
None yet
Development

No branches or pull requests

1 participant