ignite-tc-helper-web/src/main/webapp/board/index.html [107:133]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - var g_shownDataHashCodeHex = ""; let gVue, g_Loading, g_TcBotVersion; $(document).ready(function() { $.getScript("/js/testfails-2.2.js", function(data, textStatus, jqxhr){ }); $( document ).tooltip(); showQueryForm(); loadData(); setInterval(loadDataSilent, 7000); $.ajax({ url: "/rest/branches/version", success: showVersionInfo, error: showErrInLoadStatus }); }); $(window).on('pageshow', function() { gVue.$data.baseBranchSelected = 'All branches'; }); function showQueryForm() { gVue = new Vue({ el: '#vueQueryForm', vuetify: new Vuetify(), data: { baseBranchSelected: '', baseBranches: new Set(), - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ignite-tc-helper-web/src/main/webapp/mutedissues/index.html [113:139]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - var g_shownDataHashCodeHex = ""; let gVue, g_Loading, g_TcBotVersion; $(document).ready(function() { $.getScript("/js/testfails-2.2.js", function(data, textStatus, jqxhr){ }); $( document ).tooltip(); showQueryForm(); loadData(); setInterval(loadDataSilent, 7000); $.ajax({ url: "/rest/branches/version", success: showVersionInfo, error: showErrInLoadStatus }); }); $(window).on('pageshow', function() { gVue.$data.baseBranchSelected = 'All branches'; }); function showQueryForm() { gVue = new Vue({ el: '#vueQueryForm', vuetify: new Vuetify(), data: { baseBranchSelected: '', baseBranches: new Set(), - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -