Add in check domains, and highlight any files created .new in red

This commit is contained in:
2024-12-01 15:29:08 +00:00
parent 918f49eaf2
commit b0393cfe8a
12 changed files with 131 additions and 68 deletions

View File

@@ -256,7 +256,7 @@
{ 'Name':'CheckAllEnabledDomains',
'route':'CHECKALLENABLEDDOMAINS',
'Header': 'Check all enabled domains',
'SubHeader': 'Loop through checking the letsencrypt status for each configured domain wihch is enabled',
'SubHeader': 'Loop through checking the letsencrypt status for each configured domain which is enabled',
'Input1': {
'Type': 'Textarea',
'Name': 'EnabledDomainsCheck',
@@ -272,7 +272,7 @@
{ 'Name':'CheckOneDomain',
'route':'CHECKONEDOMAIN',
'Header': 'Check just one domain',
'SubHeader': 'Loop through checking the letsencrypt status for a specific domain',
'SubHeader': 'Loop through and check the letsencrypt status for a specific domain',
'Input1': {
'Type': 'ReadonlyText',
'Name': 'OneDomainToCheck',