mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-04 20:00:12 +00:00
React
This commit is contained in:
12
frontend/src/pages/Certificates/index.tsx
Normal file
12
frontend/src/pages/Certificates/index.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { HasPermission } from "src/components";
|
||||
import CertificateTable from "./CertificateTable";
|
||||
|
||||
const Certificates = () => {
|
||||
return (
|
||||
<HasPermission permission="certificates" type="view">
|
||||
<CertificateTable />
|
||||
</HasPermission>
|
||||
);
|
||||
};
|
||||
|
||||
export default Certificates;
|
Reference in New Issue
Block a user