Replace branding route calling for name and footer in views

This commit is contained in:
Johannes Zellner
2025-07-11 12:42:21 +02:00
parent 5852fe54a7
commit 3b50a732b5
5 changed files with 25 additions and 24 deletions
+6
View File
@@ -17,6 +17,12 @@
}
</style>
<script>
window.cloudron = {};
window.cloudron.name = '<%= cloudronName %>';
window.cloudron.footer = `<%= footer %>`;
</script>
</head>
<body>