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" >
- +
+ +
+ - diff --git a/website/client/src/components/admin/admin-panel/user-support/subscriptionAndPerks.vue b/website/client/src/components/admin/admin-panel/user-support/subscriptionAndPerks.vue index b415404ea7..bddfd175af 100644 --- a/website/client/src/components/admin/admin-panel/user-support/subscriptionAndPerks.vue +++ b/website/client/src/components/admin/admin-panel/user-support/subscriptionAndPerks.vue @@ -136,8 +136,9 @@
+ />
+ 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)" + > -