mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-08-23 22:28:43 +08:00
Add concept of Flag values under window object to ensure values are
parsed before use
This commit is contained in:
@@ -50,9 +50,9 @@
|
||||
href="https://fonts.googleapis.com/icon?family=Material+Icons"
|
||||
/>
|
||||
<script>
|
||||
window.ROOT_PATH = "%PUBLIC_URL%";
|
||||
window.PROMETHEUS_SERVER_ADDRESS = "/[[.PrometheusAddr]]";
|
||||
window.READ_ONLY = /[[.ReadOnly]];
|
||||
window.FLAG_ROOT_PATH = "%PUBLIC_URL%";
|
||||
window.FLAG_PROMETHEUS_SERVER_ADDRESS = "/[[.PrometheusAddr]]";
|
||||
window.FLAG_READ_ONLY = "/[[.ReadOnly]]";
|
||||
</script>
|
||||
<title>Asynq - Monitoring</title>
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user