Workflows v0.1.12

This commit is contained in:
Jokob-sk
2024-02-05 08:14:12 +11:00
parent c2446147f6
commit 6c5e0d4907
3 changed files with 108 additions and 13 deletions

View File

@@ -10,11 +10,19 @@
</section>
<script>
// show loading dialog
showSpinner()
$(document).ready(function() {
// Load JSON data from the provided URL
$.getJSON('/api/table_appevents.json', function(data) {
// Process the JSON data and generate UI dynamically
processData(data)
// hide loading dialog
hideSpinner()
});
});

View File

@@ -628,9 +628,6 @@
function initTree(myHierarchy)
{
console.log(myHierarchy)
if(myHierarchy.type == "")
{
showModalOk(getString('Network_Configuration_Error'), getString('Network_Root_Not_Configured'))