We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 585dc56 + dfb2c3e commit 104b2a2Copy full SHA for 104b2a2
src/app/frontend/replicationcontrollerlist/logsmenu_controller.js
@@ -78,7 +78,7 @@ export default class LogsMenuController {
78
getReplicationControllerPods_() {
79
/** @type {!angular.Resource<!backendApi.ReplicationControllerPods>} */
80
let resource = this.resource_(
81
- `api/v1replicationcontrollers/pods/${this.namespace}/` +
+ `api/v1/replicationcontrollers/pods/${this.namespace}/` +
82
`${this.replicationControllerName}?limit=10`);
83
84
resource.get(
0 commit comments