diff --git a/admin-ui/src/components/instances_table.vue b/admin-ui/src/components/instances_table.vue
index 45247246b..41eb88aeb 100644
--- a/admin-ui/src/components/instances_table.vue
+++ b/admin-ui/src/components/instances_table.vue
@@ -82,6 +82,10 @@
{{ formatSecondsToDate(getValue("date", item)) || "Unknown" }}
+
+ {{ formatSecondsToDate(item.deleted) || "-" }}
+
+
{{
typeof getExpirationDate(item) === "number"
@@ -610,6 +614,7 @@ export default {
{ text: "Period", value: "period" },
{ text: "Email", value: "email" },
{ text: "Created date", value: "date", editable: { type: "date" } },
+ { text: "Deleted date", value: "deleted" },
{ text: "UUID", value: "uuid" },
{ text: "Price model", value: "billingPlan.title" },
{ text: "IP", value: "state.meta.networking" },
diff --git a/admin-ui/src/components/modules/cpanel/billingInfo.vue b/admin-ui/src/components/modules/cpanel/billingInfo.vue
index d90f2c444..290f715f7 100644
--- a/admin-ui/src/components/modules/cpanel/billingInfo.vue
+++ b/admin-ui/src/components/modules/cpanel/billingInfo.vue
@@ -47,6 +47,14 @@
/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+