mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +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
@ -477,7 +477,12 @@
|
|||||||
$.extend(data, {
|
$.extend(data, {
|
||||||
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