send status out of paper
This commit is contained in:
@@ -95,7 +95,7 @@ public static class HtmlPageBuilder
|
||||
<head>
|
||||
<meta charset=""UTF-8"">
|
||||
<meta name=""viewport"" content=""width=device-width, initial-scale=1.0"">
|
||||
<meta http-equiv=""refresh"" content=""5"">
|
||||
<meta http-equiv=""refresh"" content=""10;url=/"">
|
||||
<title>Configuration Updated</title>
|
||||
<style>
|
||||
body {{ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; max-width: 600px; margin: 40px auto; padding: 0 20px; background: #f5f5f5; color: #333; }}
|
||||
@@ -116,7 +116,7 @@ public static class HtmlPageBuilder
|
||||
<p><strong>Restaurant ID:</strong> {Escape(newConfig.RestaurantId)}</p>
|
||||
<p><strong>API URL:</strong> {Escape(newConfig.ApiUrl ?? "(not set)")}</p>
|
||||
</div>
|
||||
<p class=""info"" style=""margin-top: 12px;"">This page will refresh in 5 seconds...</p>
|
||||
<p class=""info"" style=""margin-top: 12px;"">This page will refresh in 10 seconds...</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>";
|
||||
|
||||
Reference in New Issue
Block a user