Bring back cloudflare ports warning in all places

This commit is contained in:
Johannes Zellner
2025-04-24 20:17:37 +02:00
parent ddf98937d6
commit 4d9c73ab1f
6 changed files with 29 additions and 10 deletions
+4
View File
@@ -163,6 +163,10 @@ function onImport() {
// TODO
}
function onClone(backup) {
// TODO
}
async function refresh() {
const [error, result] = await appsModel.backups(props.app.id);
if (error) return console.error(error);