From eab2c0e7e62c8aef94686b543578049f664fcd3a Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sun, 17 Mar 2019 12:46:36 -0400 Subject: Update stats --- src/html/admin.html | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'src/html') diff --git a/src/html/admin.html b/src/html/admin.html index c42ee95..b2b1f64 100644 --- a/src/html/admin.html +++ b/src/html/admin.html @@ -14,8 +14,9 @@ el: '#stats', data: { stats: {session: [], url: []}, - showSessionTable: true, - showUrlTable: true, + showSessionTable: false, + showUrlTable: false, + showLogData: false, }, created() { fetch(new Request('/admin/stats')).then(response => response.json()) @@ -76,6 +77,20 @@ {{item.c}} +
+ + +
+ + + + + + + + + +
DateSessionMethodPath
{{item.createdAt}}{{item.session.substring(0,10)}}...{{item.method}}{{item.url.substring(0, Math.min(30, item.url.length))}}{{item.c}}
-- cgit v1.2.3