diff --git a/code/web/www/pages/actionvm.php b/code/web/www/pages/actionvm.php new file mode 100644 index 0000000..0e1e137 --- /dev/null +++ b/code/web/www/pages/actionvm.php @@ -0,0 +1,50 @@ +GET_byid("instances", $_GET['id']), true)['value']; +$instanceinfo = (object) $instanceinfo; + +$status = json_decode($q->GET_status('current', $_GET['id']), true)['value']['data']; +$status = (object) $status; +?> +
+ +
+
+

VM - Informations & actions

+
+ +
+ +
+
+
+
+
    +
  • Cluster: cluster; ?>
  • +
  • Node: node; ?>
  • +
  • VM: name; ?>
  • +
  • ID: vmid; ?>
  • +
+ + + +
+
+
+ + +
+
+