Skip to content

Commit 53d006b

Browse files
committed
ui: fix for allowing volume creation without offering
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent bf4e50b commit 53d006b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui/scripts/storage.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2042,6 +2042,10 @@
20422042
});
20432043
}
20442044
});
2045+
items.unshift({
2046+
id: undefined,
2047+
description: ""
2048+
});
20452049
args.response.success({
20462050
data: items
20472051
});

0 commit comments

Comments
 (0)