Skip to content

Commit dfb2c3e

Browse files
author
Sebastian Florek
committed
Fixed logs menu api call
1 parent ccd9e02 commit dfb2c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/frontend/replicationcontrollerlist/logsmenu_controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default class LogsMenuController {
7878
getReplicationControllerPods_() {
7979
/** @type {!angular.Resource<!backendApi.ReplicationControllerPods>} */
8080
let resource = this.resource_(
81-
`api/v1replicationcontrollers/pods/${this.namespace}/` +
81+
`api/v1/replicationcontrollers/pods/${this.namespace}/` +
8282
`${this.replicationControllerName}?limit=10`);
8383

8484
resource.get(

0 commit comments

Comments
 (0)