diff --git a/front/appEventsCore.php b/front/appEventsCore.php index f760c9d5..107c7fd8 100755 --- a/front/appEventsCore.php +++ b/front/appEventsCore.php @@ -17,7 +17,7 @@ showSpinner() $(document).ready(function() { // Load JSON data from the provided URL - $.getJSON('api/table_appevents.json', function(data) { + $.getJSON('/php/server/query_json.php?file=table_appevents.json', function(data) { // Process the JSON data and generate UI dynamically processData(data) @@ -89,7 +89,3 @@ function processData(data) { - - - - diff --git a/front/css/app.css b/front/css/app.css index 786d2f39..94b7d83a 100755 --- a/front/css/app.css +++ b/front/css/app.css @@ -1375,6 +1375,12 @@ input[readonly] { text-align: left; } +#devicePageInfoPlc +{ + display: none; + padding-top: 2em; +} + /* ----------------------------------------------------------------- */ /* MODAL popups */ /* ----------------------------------------------------------------- */ diff --git a/front/deviceDetails.php b/front/deviceDetails.php index ad981c11..bf6f75a0 100755 --- a/front/deviceDetails.php +++ b/front/deviceDetails.php @@ -28,6 +28,14 @@  Quering device info... +
+
+
+ +
+
+
+