support new showCertificateExpiry in status page JSON
This commit is contained in:
parent
0d49e97fe5
commit
0179ba6aa5
1 changed files with 1 additions and 0 deletions
|
@ -926,6 +926,7 @@ class UptimeKumaApi(object):
|
|||
customCSS: str = "",
|
||||
footerText: str = None,
|
||||
showPoweredBy: bool = True,
|
||||
showCertificateExpiry: bool = False,
|
||||
|
||||
icon: str = "/icon.svg",
|
||||
publicGroupList: list = None
|
||||
|
|
Loading…
Reference in a new issue