Updated logs UI

This commit is contained in:
Eldad Fux
2020-07-17 11:14:16 +03:00
parent 1f5eb666b6
commit eec1dd6714
7 changed files with 117 additions and 66 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ const APP_EMAIL_SECURITY = 'security@localhost.test'; // Default security email
const APP_USERAGENT = APP_NAME.'-Server v%s. Please report abuse at %s';
const APP_MODE_ADMIN = 'admin';
const APP_PAGING_LIMIT = 15;
const APP_CACHE_BUSTER = 125;
const APP_CACHE_BUSTER = 126;
const APP_VERSION_STABLE = '0.6.2';
const APP_STORAGE_UPLOADS = '/storage/uploads';
const APP_STORAGE_FUNCTIONS = '/storage/functions';