remove alerts from cleints and resources tables

This commit is contained in:
miloschwartz
2025-11-06 20:21:26 -08:00
parent ec1f94791a
commit b3a616c9f3
3 changed files with 0 additions and 37 deletions

View File

@@ -1522,9 +1522,7 @@
"resourcesTableNoProxyResourcesFound": "No proxy resources found.",
"resourcesTableNoInternalResourcesFound": "No internal resources found.",
"resourcesTableDestination": "Destination",
"resourcesTableTheseResourcesForUseWith": "These resources are for use with",
"resourcesTableClients": "Clients",
"resourcesTableAndOnlyAccessibleInternally": "and are only accessible internally when connected with a client.",
"editInternalResourceDialogEditClientResource": "Edit Client Resource",
"editInternalResourceDialogUpdateResourceProperties": "Update the resource properties and target configuration for {resourceName}.",
"editInternalResourceDialogResourceProperties": "Resource Properties",
@@ -1863,9 +1861,7 @@
"manageClients": "Manage Clients",
"manageClientsDescription": "Clients are devices that can connect to your sites",
"clientsTableUserClients": "User",
"clientsTableUserClientsDescription": "User clients are user devices in your organization.",
"clientsTableMachineClients": "Machine",
"clientsTableMachineClientsDescription": "Machine clients are clients created with credentials for machine connectivity not associated with a user.",
"licenseTableValidUntil": "Valid Until",
"saasLicenseKeysSettingsTitle": "Enterprise Licenses",
"saasLicenseKeysSettingsDescription": "Generate and manage Enterprise license keys for self-hosted Pangolin instances",

View File

@@ -767,13 +767,6 @@ export default function ClientsTable({
</CardHeader>
<CardContent>
<TabsContent value="user">
<div className="mb-4">
<Alert variant="neutral">
<AlertDescription>
{t("clientsTableUserClientsDescription")}
</AlertDescription>
</Alert>
</div>
<Table>
<TableHeader>
{userTable
@@ -858,13 +851,6 @@ export default function ClientsTable({
</div>
</TabsContent>
<TabsContent value="machine">
<div className="mb-4">
<Alert variant="neutral">
<AlertDescription>
{t("clientsTableMachineClientsDescription")}
</AlertDescription>
</Alert>
</div>
<Table>
<TableHeader>
{machineTable

View File

@@ -1311,25 +1311,6 @@ export default function ResourcesTable({
</div>
</TabsContent>
<TabsContent value="internal">
<div className="mb-4">
<Alert variant="neutral">
<AlertDescription>
{t(
"resourcesTableTheseResourcesForUseWith"
)}{" "}
<Link
href={`/${orgId}/settings/clients`}
className="font-medium underline hover:opacity-80 inline-flex items-center"
>
{t("resourcesTableClients")}
<ArrowUpRight className="ml-1 h-3 w-3" />
</Link>{" "}
{t(
"resourcesTableAndOnlyAccessibleInternally"
)}
</AlertDescription>
</Alert>
</div>
<Table>
<TableHeader>
{internalTable