提交 2f2c7525 编写于 作者: K Kenan Karamehmedovic 提交者: Marcin Maciaszczyk

Missing controller declaration. (#1948)

Line is present on my pr branch for scaling but somehow missing on the actual master branch after merge.
上级 9a81ca6c
......@@ -28,6 +28,7 @@ export default function showUpdateReplicasDialog(
mdDialog, namespace, resourceName, currentPods, desiredPods, resourceKindName) {
return mdDialog.show({
controller: ScaleResourceDialogController,
controllerAs: '$ctrl',
clickOutsideToClose: true,
templateUrl: 'common/scaling/scaleresource.html',
locals: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册