diff --git a/website/client/src/components/admin/admin-panel/user-support/index.vue b/website/client/src/components/admin/admin-panel/user-support/index.vue
index 7fc86366e6..fc95561b7d 100644
--- a/website/client/src/components/admin/admin-panel/user-support/index.vue
+++ b/website/client/src/components/admin/admin-panel/user-support/index.vue
@@ -5,19 +5,25 @@
class="row"
>
+ />
+ label="Creation date"
+ :suffix="dateFormat(hero.purchased.plan.dateCreated)"
+ />
+ label="Current sub start date"
+ :suffix="dateFormat(hero.purchased.plan.dateCurrentTypeCreated)"
+ />
+ label="Termination date"
+ :suffix="dateFormat(hero.purchased.plan.dateTerminated)"
+ >
{{ dateFormat(hero.purchased.plan.dateTerminated) }}
@@ -214,23 +218,31 @@
Terminate
-
+
The subscription does not have a termination date and is active.
+ label="Cumulative months"
+ input-type="number"
+ help-text="Cumulative subscribed months across subscription periods."
+ />
-
+ label="Extra months"
+ input-type="number"
+ help-text="Additional credit that is applied if a subscription is cancelled."
+ >
+
+ label="Received hourglass bonus"
+ :suffix="dateFormat(hero.purchased.plan.hourglassPromoReceived)"
+ />
+ label="Mystic Hourglasses"
+ input-type="number"
+ min="0"
+ />
+ step="2"
+ />
+ :max="hero.purchased.plan.consecutive.gemCapExtra + 24"
+ />