提交 dfb2c3e4 编写于 作者: S Sebastian Florek

Fixed logs menu api call

上级 ccd9e02e
......@@ -78,7 +78,7 @@ export default class LogsMenuController {
getReplicationControllerPods_() {
/** @type {!angular.Resource<!backendApi.ReplicationControllerPods>} */
let resource = this.resource_(
`api/v1replicationcontrollers/pods/${this.namespace}/` +
`api/v1/replicationcontrollers/pods/${this.namespace}/` +
`${this.replicationControllerName}?limit=10`);
resource.get(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册