letencrypt - Change issue field to text_area

This commit is contained in:
2024-12-09 17:21:42 +00:00
parent b0393cfe8a
commit a3c77fe766
10 changed files with 100 additions and 63 deletions

View File

@@ -50,12 +50,14 @@
Value: 'stash("InternetIP")',
},
SubHeader3 : 'Current certificate details',
Input1: {
Name: 'Issuer',
Type: 'ReadonlyText',
Label: 'Issuer',
Value: 'stash("Issuer")',
},
'Input1': {
'Type': 'Textarea',
'Name': 'Issuer',
'Label': 'Issuer',
'Rows':7,
'Cols':39,
'Readonly':'true'
},
Input2: {
Name: 'Expiry',
Type: 'ReadonlyText',
@@ -292,4 +294,4 @@
}
]
}
}