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
5f99917991
commit
635abaf2e9
@ -478,6 +478,11 @@
|
||||
virtualMachineId: args.context.instances[0].id
|
||||
});
|
||||
}
|
||||
if ("primarystorages" in args.context) {
|
||||
$.extend(data, {
|
||||
storageid: args.context.primarystorages[0].id
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
$.ajax({
|
||||
|
||||
@ -17398,6 +17398,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