mirror of
https://github.com/release-engineering/repo-autoindex.git
synced 2025-02-23 05:32:56 +00:00
Tweak default time/size for nonexistent data
This commit is contained in:
parent
3062bdad26
commit
8d5a624f18
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ class GeneratedIndex:
|
|||
class IndexEntry:
|
||||
href: str
|
||||
text: str
|
||||
time: str = "-"
|
||||
size: str = "-"
|
||||
time: str = ""
|
||||
size: str = ""
|
||||
padding: str = ""
|
||||
icon: str = ICON_OTHER
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue