mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 15:58:20 +00:00
GUI: show correct node status in 'Storage View'
This commit is contained in:
parent
95c9314c60
commit
4f741a2e39
2
debian/changelog.Debian
vendored
2
debian/changelog.Debian
vendored
@ -1,6 +1,8 @@
|
||||
pve-manager (3.2-24) unstable; urgency=low
|
||||
|
||||
* GUI: add new 'Pool View'
|
||||
|
||||
* GUI: show correct node status in 'Storage View'
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 13 Aug 2014 08:07:59 +0200
|
||||
|
||||
|
@ -18,7 +18,7 @@ Ext.define('PVE.form.ViewSelector', {
|
||||
text: gettext('Storage View'),
|
||||
groups: ['node'],
|
||||
filterfn: function(node) {
|
||||
return node.data.type === 'storage';
|
||||
return node.data.type === 'storage' || node.data.type === 'node';
|
||||
}
|
||||
},
|
||||
pool: {
|
||||
|
Loading…
Reference in New Issue
Block a user