1
0
Fork 0

Oops, accidentally removed writting of index_8.

This commit is contained in:
Alexander Andreev 2022-06-14 18:49:45 +04:00
parent a5ee7c2604
commit 0fcebc15ce
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 1 additions and 0 deletions

View File

@ -39,4 +39,5 @@ func Index(mainSite string, storageCapacity, storageUsed int64, keepForHours int
buffer.WriteString(html.EscapeString(storageCapacityStr))
buffer.WriteString(index__7)
buffer.WriteString(html.EscapeString(storageAvailableStr))
buffer.WriteString(index__8)
}