From 9224f58da59d8cadf13dab86e79e7c3ca7773f95 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Mon, 19 Aug 2024 15:13:32 +0200 Subject: [PATCH] admin panel display improvements --- .../src/components/admin-panel/index.vue | 2 +- .../admin-panel/user-support/cronAndAuth.vue | 19 ++++++++++--------- .../components/ui/purchaseHistoryTable.vue | 5 +++-- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/website/client/src/components/admin-panel/index.vue b/website/client/src/components/admin-panel/index.vue index e2d4444fcf..c31d729042 100644 --- a/website/client/src/components/admin-panel/index.vue +++ b/website/client/src/components/admin-panel/index.vue @@ -51,7 +51,7 @@ .admin-panel-content { flex: 0 0 800px; - max-width: unset; + max-width: 800px; } diff --git a/website/client/src/components/admin-panel/user-support/cronAndAuth.vue b/website/client/src/components/admin-panel/user-support/cronAndAuth.vue index a0e1ed2a43..68699e64cf 100644 --- a/website/client/src/components/admin-panel/user-support/cronAndAuth.vue +++ b/website/client/src/components/admin-panel/user-support/cronAndAuth.vue @@ -29,16 +29,17 @@ {{ hero.auth.timestamps.created | formatDate }} -
- User has employed third party tools. Last known usage: - - {{ hero.flags.thirdPartyTools | formatDate }} +
+ + +
+ + Yes - {{ hero.flags.thirdPartyTools | formatDate }} + No +
-
- "lastCron" value: +
+ {{ hero.lastCron | formatDate }}
diff --git a/website/client/src/components/ui/purchaseHistoryTable.vue b/website/client/src/components/ui/purchaseHistoryTable.vue index 07ae88ded7..a48f4c64a1 100644 --- a/website/client/src/components/ui/purchaseHistoryTable.vue +++ b/website/client/src/components/ui/purchaseHistoryTable.vue @@ -324,7 +324,8 @@ } .timestamp-column, .action-column { - width: 20%; + width: 27%; + } .amount-column { @@ -332,7 +333,7 @@ } .note-column { - width: 50%; + width: 35%; } .entry-action {