mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-06 02:36:38 +00:00
...
This commit is contained in:
@@ -190,6 +190,8 @@
|
|||||||
"resourceLearnRaw": "Learn how to configure TCP/UDP resources",
|
"resourceLearnRaw": "Learn how to configure TCP/UDP resources",
|
||||||
"resourceBack": "Back to Resources",
|
"resourceBack": "Back to Resources",
|
||||||
"resourceGoTo": "Go to Resource",
|
"resourceGoTo": "Go to Resource",
|
||||||
|
"resourceDelete": "Delete Resource",
|
||||||
|
"resourceDeleteConfirm": "Confirm Delete Resource",
|
||||||
"visibility": "Visibility",
|
"visibility": "Visibility",
|
||||||
"enabled": "Enabled",
|
"enabled": "Enabled",
|
||||||
"disabled": "Disabled",
|
"disabled": "Disabled",
|
||||||
|
|||||||
@@ -303,10 +303,10 @@ export default function SitesTable({ resources, orgId }: ResourcesTableProps) {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
buttonText="Confirm Delete Resource"
|
buttonText={t('resourceDeleteConfirm')}
|
||||||
onConfirm={async () => deleteResource(selectedResource!.id)}
|
onConfirm={async () => deleteResource(selectedResource!.id)}
|
||||||
string={selectedResource.name}
|
string={selectedResource.name}
|
||||||
title="Delete Resource"
|
title={t('resourceDelete')}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user