mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +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, {
|
||||
virtualMachineId: args.context.instances[0].id
|
||||
});
|
||||
}
|
||||
}
|
||||
if ("primarystorages" in args.context) {
|
||||
$.extend(data, {
|
||||
storageid: args.context.primarystorages[0].id
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
$.ajax({
|
||||
|
||||
@ -17419,6 +17419,10 @@
|
||||
|
||||
detailView: {
|
||||
name: "Primary storage details",
|
||||
viewAll: {
|
||||
label: 'label.volumes',
|
||||
path: 'storage.volumes'
|
||||
},
|
||||
isMaximized: true,
|
||||
actions: {
|
||||
edit: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user