From 23be945fd2810ee82e3a23cbcd2352c9bda43d4f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:44:18 +0200 Subject: Adding upstream version 1.2.2. Signed-off-by: Daniel Baumann --- application/views/scripts/test/apache.phtml | 12 ++++++++++++ application/views/scripts/test/cpu.phtml | 28 ++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 application/views/scripts/test/apache.phtml create mode 100644 application/views/scripts/test/cpu.phtml (limited to 'application/views/scripts/test') diff --git a/application/views/scripts/test/apache.phtml b/application/views/scripts/test/apache.phtml new file mode 100644 index 0000000..069ccbe --- /dev/null +++ b/application/views/scripts/test/apache.phtml @@ -0,0 +1,12 @@ +
+tabs ?> +
+ +
+images as $base => $img): ?> +
+

escape($base) ?>

+ +
+ +
diff --git a/application/views/scripts/test/cpu.phtml b/application/views/scripts/test/cpu.phtml new file mode 100644 index 0000000..495e315 --- /dev/null +++ b/application/views/scripts/test/cpu.phtml @@ -0,0 +1,28 @@ +images as $base => $cpus) { + $maxCnt = max($maxCnt, count($cpus)); +} +?> +
+tabs ?> +

CPUs

+
+
+ + + + + +images as $base => $cpus): ?> + + + + + +
 CPUs
escape($base) ?> + $img): ?> +
+ +
+
-- cgit v1.2.3