mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Can't Delete Site if it's a subdomain #470
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mtgofa on 10/27/2022
CloudPanel version(s) affected
v2.0.4
Description
The submit button still disabled if the domain name is a subdomain like "subdomain.domain.com"
i can delete it by remove the disabled attribute from button using inspect element.
How to reproduce
The submit button still disabled if the domain name is a subdomain like "subdomain.domain.com"
i can delete it by remove the disabled attribute from button using inspect element.
Possible Solution
No response
Additional Context
No response