mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-23 00:00:52 +00: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:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user