diff --git a/code/web/www/pages/cluster.php b/code/web/www/pages/cluster.php
new file mode 100644
index 0000000..4e760e8
--- /dev/null
+++ b/code/web/www/pages/cluster.php
@@ -0,0 +1,73 @@
+List_HYPs($lastdate, htmlspecialchars($_GET['cluster']));
+$html_VM = $html->List_VMs($lastdate, htmlspecialchars($_GET['cluster']));
+
+$html_VM_final ='
+
+
+
+
+
+
+
+
+
+
+ |
+ cluster |
+ name |
+ ram (used) |
+ ram (alloc/total) |
+ cpu (alloc/total) |
+ storage (used) |
+ storage (alloc/total) |
+ load |
+ uptime |
+ eligibility |
+ swap (used/total) |
+ pve-version Version |
+ kernel |
+ cpu informations |
+
+
+
+
+
+
+ * The storage used is the largest.
+ * This is a score to evaluate the eligibility to receive news VM. Lower score are the best.
+
+
+
+
\ No newline at end of file