v1.1.37: params for all ops + polling try/catch + refresh always + tracker CMDB + firstServiceId
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user