Various tweaks and backend improvements

This commit is contained in:
Jamie Curnow
2025-10-28 23:10:00 +10:00
parent 7331cb3675
commit 3b9beaeae5
12 changed files with 85 additions and 19 deletions

View File

@@ -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}
/>
);
},

View File

@@ -22,6 +22,7 @@ export default function TableWrapper() {
"dead_hosts",
"proxy_hosts",
"redirection_hosts",
"streams",
]);
if (isLoading) {

View File

@@ -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