v1.1.37: params for all ops + polling try/catch + refresh always + tracker CMDB + firstServiceId

This commit is contained in:
2026-07-30 07:47:43 +04:00
parent ac45796138
commit f79301b245
4 changed files with 27 additions and 20 deletions
+2 -1
View File
@@ -138,7 +138,8 @@
window.APP = {
version: "{{ config.VERSION | tojson }}",
stand: "{{ stand | tojson }}",
hasUserToken: {{ has_user_token | tojson }}
hasUserToken: {{ has_user_token | tojson }},
firstServiceId: {{ (config.service_ids[0] if config.service_ids else 1) | tojson }}
};
</script>
<script src="{{ url_for('static', filename='app.js') }}"></script>