mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CLOUDSTACK-7927: UI > Infrastructure > Primary Storage > detailView > add "View Volumes" link that will list all volumes under this primary storage when being clicked.
This commit is contained in:
parent
7aa64b9efa
commit
eba7cc78da
@ -478,6 +478,11 @@
|
|||||||
virtualMachineId: args.context.instances[0].id
|
virtualMachineId: args.context.instances[0].id
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
if ("primarystorages" in args.context) {
|
||||||
|
$.extend(data, {
|
||||||
|
storageid: args.context.primarystorages[0].id
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
|
|||||||
@ -17419,6 +17419,10 @@
|
|||||||
|
|
||||||
detailView: {
|
detailView: {
|
||||||
name: "Primary storage details",
|
name: "Primary storage details",
|
||||||
|
viewAll: {
|
||||||
|
label: 'label.volumes',
|
||||||
|
path: 'storage.volumes'
|
||||||
|
},
|
||||||
isMaximized: true,
|
isMaximized: true,
|
||||||
actions: {
|
actions: {
|
||||||
edit: {
|
edit: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user