diff options
Diffstat (limited to 'health-modules-html.lsp')
-rw-r--r-- | health-modules-html.lsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/health-modules-html.lsp b/health-modules-html.lsp new file mode 100644 index 0000000..eef9655 --- /dev/null +++ b/health-modules-html.lsp @@ -0,0 +1,8 @@ +<? local view = ... ?> + +<h1>General health</h1> + +<h2>Modules</h2> + +<h3>Installed modules</h3> +<pre><?= view.modules.list ?></pre> |