Skip to content
Snippets Groups Projects
Commit 515f7b77 authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

fix

parent 3a4c4f92
Branches dev1 jupyterjsc-staging main nfdigeneral-staging
No related tags found
No related merge requests found
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
const mappingDict = {}; const mappingDict = {};
const globalUserOptions = {}; const globalUserOptions = {};
const globalFillingOrder = {}; const globalFillingOrder = {};
let globalMaintenanceSystems = [];
const initIncidents = {{ incidents | tojson }}; const initIncidents = {{ incidents | tojson }};
const incidentsmapping = { const incidentsmapping = {
"JSCCLOUD": "JSC-Cloud" "JSCCLOUD": "JSC-Cloud"
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
<script> <script>
var evtSource = undefined; var evtSource = undefined;
var testCounter = 0; var testCounter = 0;
let globalMaintenanceSystems = [];
function sseInit() { function sseInit() {
let sseUrl = `${jhdata.base_url}api/sse` let sseUrl = `${jhdata.base_url}api/sse`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment