Recent content by eontech

  1. E

    Request: PVE GUI - Server View

    Ok, I manage to filter the storage with adding this line: "filterfn: ({ data }) => data.type === 'qemu' || data.type === 'lxc'," on the line 8003 of the file /usr/share/pve-manager/js/pvemanagerlib.js It should be like this: server: { text: gettext('Server View')...
  2. E

    Request: PVE GUI - Server View

    Hi Dunuin, I don't ask to change the default view, I'm asking to add another view with only VM/lxc group by nodes. Or a way so I can change it on my deployment. Thank you.
  3. E

    Request: PVE GUI - Server View

    Hi Tim, I'll ask for the same as screenie. Let me explain my server, I have a datacenter with 9 servers and 4 CEPH storages and 3 backup servers. As you can imagine, I have repeted all the same storages in the 9 serves, and this is not usefull. I'll like to see only the VM grouped by Nodes, if I...