Add in one domain check and create specific back entry

This commit is contained in:
2024-11-06 10:54:10 +00:00
parent 96a8ae336d
commit d0a84da130
5 changed files with 97 additions and 12 deletions

View File

@@ -251,7 +251,7 @@
'Readonly':'true'
},
'Input2': {
'Type': 'Submit',
'Type': 'Back',
'Value': 'Back',
}
},
@@ -267,9 +267,31 @@
'Readonly':'true'
},
'Input2': {
'Type': 'Submit',
'Type': 'Back',
'Value': 'Back',
}
},
{ 'Name':'CheckOneDomains',
'route':'CHECKONEDDOMAINS',
'Header': 'Check just one domain',
'SubHeader': 'Loop through checking the letsencrypt status for a specific domain',
'Input1': {
'Type': 'ReadonlyText',
'Name': 'OneDomainToCheck',
'Label': 'Domains name',
},
'Input2': {
'Type': 'Textarea',
'Name': 'OneDomainsCheck',
'Label': 'One domain check result',
'Rows':20,
'Readonly':'true'
},
'Input3': {
'Type': 'Back',
'Value': 'Back',
}
}
]
}