add title to diagnostic page

pull/1018/head
Dan Joseph 2021-07-09 09:32:57 -04:00 zatwierdzone przez GitHub
rodzic e8be3f24ed
commit 34ec4efebf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -42,6 +42,7 @@ class Plugin(PluginBase):
total_disk_space, used_disk_space, free_disk_space = shutil.disk_usage('./')
template_args = {
'title': 'Diagnostic',
'total_disk_space': total_disk_space,
'used_disk_space': used_disk_space,
'free_disk_space': free_disk_space