mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-08 22:46:51 +08:00
feat: Remove the required field prompt for HSTS in the website HTTPS … (#9532)
Refs https://github.com/1Panel-dev/1Panel/issues/9465
This commit is contained in:
parent
7cbebc8236
commit
3ec2dec49b
1 changed files with 0 additions and 1 deletions
|
@ -216,7 +216,6 @@ const ssls = ref();
|
|||
const acmeAccounts = ref();
|
||||
const websiteSSL = ref();
|
||||
const rules = ref({
|
||||
hsts: [Rules.requiredInput],
|
||||
type: [Rules.requiredSelect],
|
||||
privateKey: [Rules.requiredInput],
|
||||
certificate: [Rules.requiredInput],
|
||||
|
|
Loading…
Add table
Reference in a new issue