letencrypt - Change issue field to text_area
This commit is contained in:
@@ -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 @@
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user