mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-28 15:56:39 +00:00
button fix
This commit is contained in:
@@ -648,7 +648,7 @@ export default function ReverseProxyTargets(props: {
|
|||||||
}}
|
}}
|
||||||
onChange={(config) => updateTarget(row.original.targetId, config)}
|
onChange={(config) => updateTarget(row.original.targetId, config)}
|
||||||
trigger={
|
trigger={
|
||||||
<Button variant="outline" size="sm">
|
<Button variant="outline">
|
||||||
<Plus className="h-4 w-4 mr-2" />
|
<Plus className="h-4 w-4 mr-2" />
|
||||||
{t("matchPath")}
|
{t("matchPath")}
|
||||||
</Button>
|
</Button>
|
||||||
@@ -909,7 +909,7 @@ export default function ReverseProxyTargets(props: {
|
|||||||
}}
|
}}
|
||||||
onChange={(config) => updateTarget(row.original.targetId, config)}
|
onChange={(config) => updateTarget(row.original.targetId, config)}
|
||||||
trigger={
|
trigger={
|
||||||
<Button variant="outline" size="sm" disabled={noPathMatch}>
|
<Button variant="outline" disabled={noPathMatch}>
|
||||||
<Plus className="h-4 w-4 mr-2" />
|
<Plus className="h-4 w-4 mr-2" />
|
||||||
{t("rewritePath")}
|
{t("rewritePath")}
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user