mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-24 17:52:33 +00:00
Dont show cert status because not saved yet
This commit is contained in:
@@ -1120,6 +1120,8 @@ export function InternalResourceForm({
|
|||||||
{variant === "edit" &&
|
{variant === "edit" &&
|
||||||
resource?.domainId &&
|
resource?.domainId &&
|
||||||
httpConfigFullDomain &&
|
httpConfigFullDomain &&
|
||||||
|
httpConfigDomainId === resource.domainId &&
|
||||||
|
httpConfigFullDomain === resource.fullDomain &&
|
||||||
form.watch("ssl") && (
|
form.watch("ssl") && (
|
||||||
<div className="flex items-center gap-1 pt-1">
|
<div className="flex items-center gap-1 pt-1">
|
||||||
<span className="text-sm font-medium text-muted-foreground">
|
<span className="text-sm font-medium text-muted-foreground">
|
||||||
|
|||||||
Reference in New Issue
Block a user