@@ -33,14 +33,14 @@ export function ServiceTypeField({ form }: ServiceTypeFieldProps) {
{field.value !== "http" && "Select a service type"}
-
+
HTTP/S
-
+
Monitor websites and REST APIs with HTTP/HTTPS protocol
@@ -55,4 +55,4 @@ export function ServiceTypeField({ form }: ServiceTypeFieldProps) {
)}
/>
);
-}
+}
\ No newline at end of file
diff --git a/application/src/components/services/service-row/ServiceRowActions.tsx b/application/src/components/services/service-row/ServiceRowActions.tsx
index 3c8d385..d2cd039 100644
--- a/application/src/components/services/service-row/ServiceRowActions.tsx
+++ b/application/src/components/services/service-row/ServiceRowActions.tsx
@@ -112,10 +112,10 @@ export const ServiceRowActions = ({
{
e.stopPropagation();
onViewDetail(service);
@@ -125,7 +125,7 @@ export const ServiceRowActions = ({
View Detail
{service.status === "paused" ? (
@@ -141,7 +141,7 @@ export const ServiceRowActions = ({
)}
{
e.stopPropagation();
onEdit(service);
@@ -151,7 +151,7 @@ export const ServiceRowActions = ({
Edit
{alertsMuted ? (
@@ -166,9 +166,9 @@ export const ServiceRowActions = ({
>
)}
-
+
{
e.stopPropagation();
onDelete(service);
@@ -181,4 +181,4 @@ export const ServiceRowActions = ({
);
-};
+};
\ No newline at end of file
diff --git a/application/src/components/settings/general/GeneralSettingsPanel.tsx b/application/src/components/settings/general/GeneralSettingsPanel.tsx
index 7480d0c..b43cf48 100644
--- a/application/src/components/settings/general/GeneralSettingsPanel.tsx
+++ b/application/src/components/settings/general/GeneralSettingsPanel.tsx
@@ -47,6 +47,7 @@ const GeneralSettingsPanel: React.FC