mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-01 15:36:38 +00:00
Small ui tweaks
This commit is contained in:
@@ -112,7 +112,6 @@ function DestinationCard({
|
|||||||
<div className="mt-auto pt-5 flex gap-2">
|
<div className="mt-auto pt-5 flex gap-2">
|
||||||
<Button
|
<Button
|
||||||
variant="outline"
|
variant="outline"
|
||||||
size="sm"
|
|
||||||
onClick={() => onEdit(destination)}
|
onClick={() => onEdit(destination)}
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
className="flex-1"
|
className="flex-1"
|
||||||
@@ -238,12 +237,6 @@ function DestinationTypePicker({
|
|||||||
</CredenzaDescription>
|
</CredenzaDescription>
|
||||||
</CredenzaHeader>
|
</CredenzaHeader>
|
||||||
<CredenzaBody>
|
<CredenzaBody>
|
||||||
{isPaywalled && (
|
|
||||||
<div className="mb-4 rounded-md border border-amber-200 bg-amber-50 dark:border-amber-800 dark:bg-amber-950/30 px-4 py-3 text-sm text-amber-800 dark:text-amber-300">
|
|
||||||
Upgrade to an enterprise plan to configure event
|
|
||||||
streaming destinations.
|
|
||||||
</div>
|
|
||||||
)}
|
|
||||||
<div className={isPaywalled ? "pointer-events-none opacity-50" : ""}>
|
<div className={isPaywalled ? "pointer-events-none opacity-50" : ""}>
|
||||||
<StrategySelect
|
<StrategySelect
|
||||||
options={destinationTypeOptions}
|
options={destinationTypeOptions}
|
||||||
|
|||||||
Reference in New Issue
Block a user