mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-7141: UI: support RBD pool type for LXC
This commit is contained in:
parent
0f85e649b6
commit
6d1d445542
@ -16347,6 +16347,10 @@
|
||||
id: "SharedMountPoint",
|
||||
description: "SharedMountPoint"
|
||||
});
|
||||
items.push({
|
||||
id: "rbd",
|
||||
description: "RBD"
|
||||
});
|
||||
args.response.success({
|
||||
data: items
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user