Add in one domain check and create specific back entry
This commit is contained in:
@@ -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',
|
||||
}
|
||||
}
|
||||
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user