You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
displayError("An error occurred attaching the persistent volume claim to the "+$filter('humanizeKind')($routeParams.kind)+".",getErrorDetails(result));
227
+
$scope.disableInputs=false;
228
+
varhumanizeKind=$filter('humanizeKind');
229
+
varsourceKind=humanizeKind(source.kind);
230
+
vartargetKind=humanizeKind($routeParams.kind);
231
+
displayError("An error occurred attaching the "+sourceKind+" to the "+targetKind+".",getErrorDetails(result));
displayError("An error occurred attaching the persistent volume claim to the "+$filter('humanizeKind')($routeParams.kind)+".",getErrorDetails(result));
0 commit comments