- {IconComponent &&
}
+
+ {IconComponent && }
{getBrowserDisplayName(browser)}
);
@@ -276,15 +289,15 @@ export function ProfilesDataTable({
onClick={() => {
column.toggleSorting(column.getIsSorted() === "asc");
}}
- className="h-auto p-0 font-semibold hover:bg-transparent"
+ className="p-0 h-auto font-semibold hover:bg-transparent"
>
Status
- {isSorted === "asc" &&
}
+ {isSorted === "asc" &&
}
{isSorted === "desc" && (
-
+
)}
{!isSorted && (
-
+
)}
);
@@ -335,9 +348,9 @@ export function ProfilesDataTable({
return (
-
+
{hasProxy && (
-
+
)}
{hasProxy ? profile.proxy?.proxy_type : "Disabled"}
@@ -363,16 +376,16 @@ export function ProfilesDataTable({
const isRunning = isClient && runningProfiles.has(profile.name);
const isBrowserUpdating = isClient && isUpdating(profile.browser);
return (
-
+
@@ -511,7 +524,7 @@ export function ProfilesDataTable({
Rename Profile