mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-23 05:16:38 +00:00
remove bg-muted on target sep
This commit is contained in:
@@ -1137,7 +1137,7 @@ export default function ReverseProxyTargets(props: {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{resource.http && (
|
{resource.http && (
|
||||||
<div className="flex items-center justify-center bg-muted px-2 h-9">
|
<div className="flex items-center justify-center px-2 h-9">
|
||||||
{"://"}
|
{"://"}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
@@ -1185,7 +1185,7 @@ export default function ReverseProxyTargets(props: {
|
|||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<div className="flex items-center justify-center bg-muted px-2 h-9">
|
<div className="flex items-center justify-center px-2 h-9">
|
||||||
{":"}
|
{":"}
|
||||||
</div>
|
</div>
|
||||||
<Input
|
<Input
|
||||||
|
|||||||
@@ -1040,7 +1040,7 @@ export default function Page() {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{isHttp && (
|
{isHttp && (
|
||||||
<div className="flex items-center justify-center bg-muted px-2 h-9">
|
<div className="flex items-center justify-center px-2 h-9">
|
||||||
{"://"}
|
{"://"}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
@@ -1088,7 +1088,7 @@ export default function Page() {
|
|||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<div className="flex items-center justify-center bg-muted px-2 h-9">
|
<div className="flex items-center justify-center px-2 h-9">
|
||||||
{":"}
|
{":"}
|
||||||
</div>
|
</div>
|
||||||
<Input
|
<Input
|
||||||
|
|||||||
Reference in New Issue
Block a user