webui: add responsive extension

This commit is contained in:
Nicola Murino
2021-03-28 11:02:11 +02:00
parent 2a89a8f664
commit 183bedd6ed
21 changed files with 414 additions and 207 deletions

View File

@@ -69,7 +69,7 @@ func (v *BaseVirtualFolder) GetQuotaSummary() string {
}
if v.LastQuotaUpdate > 0 {
t := utils.GetTimeFromMsecSinceEpoch(v.LastQuotaUpdate)
result += fmt.Sprintf(". Last update: %v ", t.Format("2006-01-02 15:04:05")) // YYYY-MM-DD HH:MM:SS
result += fmt.Sprintf(". Last update: %v ", t.Format("2006-01-02 15:04")) // YYYY-MM-DD HH:MM
}
return result
}