zack commited on
Commit
d2418cd
·
1 Parent(s): 0c6bba7

🔧 Add Proxmox VNC preview functionality

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