diff --git a/public/views/panel/users.html b/public/views/panel/users.html index e69de29..ef9061a 100755 --- a/public/views/panel/users.html +++ b/public/views/panel/users.html @@ -0,0 +1,18 @@ +
+ + + + + + + + + + + + + + + +
UsernameScopeUpload CountUpload SizeDate
{{user.username}}{{user.scope}}{{user.uploadCount}}{{user.uploadSize}}{{user.date}}
+
\ No newline at end of file