Skip to content

Commit

Permalink
dd: add ?format=grouped parameter to /app/settings (#360)
Browse files Browse the repository at this point in the history
DD 4.35 flattens the settings response without this.

Signed-off-by: Nick Sieger <[email protected]>
  • Loading branch information
nicksieger authored Sep 17, 2024
1 parent 9322297 commit 968699d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/docker_desktop.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ func (c DockerDesktopClient) settings(ctx context.Context) (map[string]interface
{
client: c.backendClient,
method: "GET",
url: "http://localhost/app/settings",
url: "http://localhost/app/settings?format=grouped",
},
{
client: c.backendNativeClient,
Expand Down

0 comments on commit 968699d

Please sign in to comment.