Skip to content

Commit 104b2a2

Browse files
committed
Merge pull request #375 from floreks/api-fix
Fixed logs menu api call
2 parents 585dc56 + dfb2c3e commit 104b2a2

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)