mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-11-03 09:13:32 +00:00
Certificates react table basis
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { HasPermission } from "src/components";
|
||||
import CertificateTable from "./CertificateTable";
|
||||
import TableWrapper from "./TableWrapper";
|
||||
|
||||
const Certificates = () => {
|
||||
return (
|
||||
<HasPermission permission="certificates" type="view" pageLoading loadingNoLogo>
|
||||
<CertificateTable />
|
||||
<TableWrapper />
|
||||
</HasPermission>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user