mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-05 04:10:10 +00:00
Notification toasts, nicer loading, add new user support
This commit is contained in:
@@ -3,7 +3,7 @@ import CertificateTable from "./CertificateTable";
|
||||
|
||||
const Certificates = () => {
|
||||
return (
|
||||
<HasPermission permission="certificates" type="view">
|
||||
<HasPermission permission="certificates" type="view" pageLoading loadingNoLogo>
|
||||
<CertificateTable />
|
||||
</HasPermission>
|
||||
);
|
||||
|
Reference in New Issue
Block a user