Merge pull request #1018 from danbjoseph/patch-1

add title to diagnostic page
pull/1024/head
Piero Toffanin 2021-07-10 09:55:03 -05:00 zatwierdzone przez GitHub
commit f00fee971e
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