Skip to content

Commit

Permalink
fix_scale_resource_ui
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosdiez committed Jan 11, 2023
1 parent 46677ca commit efc935e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/web/src/common/dialogs/scaleresource/dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class ScaleResourceDialog implements OnInit {
const url =
`api/v1/scale/${this.data.typeMeta.kind}` +
(this.data.objectMeta.namespace ? `/${this.data.objectMeta.namespace}` : '') +
`/${this.data.objectMeta.name}/`;
`/${this.data.objectMeta.name}`;

this.http_
.get<ReplicaCounts>(url)
Expand Down

0 comments on commit efc935e

Please sign in to comment.