diff --git a/app/templates/agents.php b/app/templates/agents.php index cb83728..9aa52ae 100644 --- a/app/templates/agents.php +++ b/app/templates/agents.php @@ -3,8 +3,8 @@
-

Jilo Agents on platform ()

- Manage and monitor agents on this platform. +

Jilo Agents status

+ manage and monitor agents on platform ().
diff --git a/app/templates/latest-data.php b/app/templates/latest-data.php index 1667003..a316176 100644 --- a/app/templates/latest-data.php +++ b/app/templates/latest-data.php @@ -1,116 +1,117 @@ -
-
Latest data from Jilo Agents
-
+ +
+
+
+

Latest data from Jilo Agents

+ gathered for platform () +
+
-
-
+
+
- -
-
-
- - - () -
-
-
- -
-
- - agent -
- - - - - - - - - - $section_metrics) { ?> - $metricConfig) { - if (isset($agent['metrics'][$section][$metric])) { - $hasData = true; - break; - } - } - if (!$hasData) continue; - ?> - - - - $metricConfig) { ?> - - - - - - - - - - -
Metric - Latest value -
- - - -
- Previous value - $m_metrics) { - foreach ($m_metrics as $m_metric => $m_config) { - if (isset($agent['metrics'][$m_section][$m_metric]['previous'])) { - $prevTimestamp = $agent['metrics'][$m_section][$m_metric]['previous']['timestamp']; - break 2; - } - } - } - if ($prevTimestamp) { ?> -
- - - - -
- - - - - - - - - - - - - - No previous data - -
+ +
+
+
+ + () +
- -
-
- - - +
+ +
+
+ + agent +
+ + + + + + + + + + $section_metrics) { ?> + $metricConfig) { + if (isset($agent['metrics'][$section][$metric])) { + $hasData = true; + break; + } +} +if (!$hasData) continue; +?> + + + + $metricConfig) { ?> + + + + + + + + + + +
Metric + Latest value +
+ +
+ Previous value + $m_metrics) { + foreach ($m_metrics as $m_metric => $m_config) { + if (isset($agent['metrics'][$m_section][$m_metric]['previous'])) { + $prevTimestamp = $agent['metrics'][$m_section][$m_metric]['previous']['timestamp']; + break 2; + } + } +} +if ($prevTimestamp) { ?> +
+ +
+ + + + + + + + + + + + + + No previous data + +
+
+ +
+
+ + + + +