zack commited on
Commit
73bcf01
·
1 Parent(s): c133f95

🗑️ Remove outdated Proxmox preview component

Browse files
frontend/src/components/Proxmox/preview_vnc.php DELETED
@@ -1,8 +0,0 @@
1
- <?php
2
-
3
- require 'vm_functions.php';
4
-
5
- $vmid = 100;
6
- $node = 'proxmox';
7
-
8
- PreviewVnc($vmid, $node);