diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/index.html b/templates/index.html index f315daf..9d5e398 100644 --- a/templates/index.html +++ b/templates/index.html @@ -36,17 +36,17 @@ FILE RETENTION PERIOD retention = min_age + (-max_age + min_age) * pow((file_size / max_size - 1), 3) days - {{'{: 6}'.format(config.get("FHOST_MAX_EXPIRATION", 31536000000)//86400000)}} | \\ - | \\ - | \\ - | \\ - | \\ - | \\ + {{'{: 6}'.format(config.get("FHOST_MAX_EXPIRATION", 31536000000)//86400000)}} | \ + | \ + | \ + | \ + | \ + | \ | .. - | \\ + | \ {{'{: 6.1f}'.format((config.get("FHOST_MIN_EXPIRATION", 2592000000)/2 + config.get("FHOST_MAX_EXPIRATION", 31536000000)/2)/86400000)}} | ----------..------------------------------------------- | .. - | \\ + | \ | .. | ... | .. |
