@@ -110,9 +110,9 @@ export default function ProviderTile({ provider, onClick }: Props) {
icon={OAuthIcon}
className={`absolute top-[-15px] ${
provider.can_setup_webhook || provider.supports_webhook
- ? "right-[-0px]"
- : "right-[-15px]"
- } grayscale hover:grayscale-0 group-hover:grayscale-0`}
+ ? "right-[-0px]"
+ : "right-[-15px]"
+ } grayscale hover:grayscale-0 group-hover:grayscale-0`}
color="green"
size="sm"
tooltip="OAuth2 available"
@@ -124,7 +124,7 @@ export default function ProviderTile({ provider, onClick }: Props) {
) : null}
{provider.linked ? (
-
+
Linked
) : null}
@@ -133,7 +133,7 @@ export default function ProviderTile({ provider, onClick }: Props) {
{provider.display_name}{" "}
@@ -159,8 +159,8 @@ export default function ProviderTile({ provider, onClick }: Props) {
)}
{(provider.installed || provider.linked) &&
- provider.alertsDistribution &&
- provider.alertsDistribution.length > 0 ? (
+ provider.alertsDistribution &&
+ provider.alertsDistribution.length > 0 ? (
) : provider.installed || provider.linked ? (
) : null}
-
+
{!provider.installed &&
!provider.linked &&
provider.tags.map((tag) => {
@@ -194,12 +194,12 @@ export default function ProviderTile({ provider, onClick }: Props) {
tag === "alert"
? BellAlertIcon
: tag === "data"
- ? CircleStackIcon
- : tag === "ticketing"
- ? TicketIcon
- : tag === "queue"
- ? QueueListIcon
- : ChatBubbleBottomCenterIcon;
+ ? CircleStackIcon
+ : tag === "ticketing"
+ ? TicketIcon
+ : tag === "queue"
+ ? QueueListIcon
+ : ChatBubbleBottomCenterIcon;
return (
-
-
-
+ ? ""
+ : "grayscale group-hover:grayscale-0"
+ }`}
+ />
);
}
diff --git a/keep-ui/app/rules/CorrelationPlaceholder.tsx b/keep-ui/app/rules/CorrelationPlaceholder.tsx
index c8b891598..4d4024dcc 100644
--- a/keep-ui/app/rules/CorrelationPlaceholder.tsx
+++ b/keep-ui/app/rules/CorrelationPlaceholder.tsx
@@ -27,7 +27,7 @@ export const CorrelationPlaceholder = () => {
>
Create Correlation
-
+
(
fill="none"
xmlns="http://www.w3.org/2000/svg"
xmlnsXlink="http://www.w3.org/1999/xlink"
- {...props}
>
Webhook Settings
View your tenant webhook settings
-
-
-
-
URL: {data.webhookApi}
- API Key: {data.apiKey}
-
+
+
+
URL: {data.webhookApi}
+
API Key: {data.apiKey}