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));
"<span id=\"volume-name-help\" class=\"help-block\">Unique name used to identify this volume. If not specified, a volume name is generated.</span>\n" +
0 commit comments