mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-11-03 17:13:33 +00:00
Various tweaks and backend improvements
This commit is contained in:
@@ -79,6 +79,7 @@ export default function Table({ data, isFetching, onDelete, onRenew, onDownload,
|
||||
proxyHosts={r.proxyHosts}
|
||||
redirectionHosts={r.redirectionHosts}
|
||||
deadHosts={r.deadHosts}
|
||||
streams={r.streams}
|
||||
/>
|
||||
);
|
||||
},
|
||||
|
||||
@@ -22,6 +22,7 @@ export default function TableWrapper() {
|
||||
"dead_hosts",
|
||||
"proxy_hosts",
|
||||
"redirection_hosts",
|
||||
"streams",
|
||||
]);
|
||||
|
||||
if (isLoading) {
|
||||
|
||||
@@ -124,7 +124,6 @@ const Dashboard = () => {
|
||||
- check permissions in all places
|
||||
|
||||
More for api, then implement here:
|
||||
- Properly implement refresh tokens
|
||||
- Add error message_18n for all backend errors
|
||||
- minor: certificates expand with hosts needs to omit 'is_deleted'
|
||||
- properly wrap all logger.debug called in isDebug check
|
||||
|
||||
Reference in New Issue
Block a user