Skip to content

Commit 39ceb75

Browse files
author
OpenShift Bot
committed
bump(github.com/openshift/origin-web-console): dfb604a40382b584f96f6aff81ba7b9a969c7b9c
1 parent 5532c96 commit 39ceb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/assets/bindata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9271,7 +9271,7 @@ var b = _.get(a, "spec.template");
92719271
c.existingVolumeNames = k.getVolumeNames(b);
92729272
}, function(a) {
92739273
p(b.name + " could not be loaded.", m(a));
9274-
}), h.list("persistentvolumeclaims", j, function(a) {
9274+
}), h.list("persistentvolumeclaims", j).then(function(a) {
92759275
c.pvcs = l(a.by("metadata.name")), _.isEmpty(c.pvcs) || c.attach.persistentVolumeClaim || (c.attach.persistentVolumeClaim = _.head(c.pvcs));
92769276
});
92779277
};

0 commit comments

Comments
 (0)