mirror of
https://github.com/release-engineering/repo-autoindex.git
synced 2025-02-23 21:52:52 +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:
|
class IndexEntry:
|
||||||
href: str
|
href: str
|
||||||
text: str
|
text: str
|
||||||
time: str = "-"
|
time: str = ""
|
||||||
size: str = "-"
|
size: str = ""
|
||||||
padding: str = ""
|
padding: str = ""
|
||||||
icon: str = ICON_OTHER
|
icon: str = ICON_OTHER
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue