summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile50
-rw-r--r--interfaces.menu6
-rw-r--r--logfiles-download-html.lsp2
3 files changed, 27 insertions, 31 deletions
diff --git a/Makefile b/Makefile
index d059565..4ca43f2 100644
--- a/Makefile
+++ b/Makefile
@@ -2,42 +2,40 @@ APP_NAME=alpine-baselayout
PACKAGE=acf-$(APP_NAME)
VERSION=2.0_alpha3
-APP_DIST=alpineversion-controller.lua \
- alpineversion-model.lua \
- config.mk \
- cron-controller.lua \
- cron-model.lua \
- hostname-controller.lua \
+APP_DIST=\
+ alpineversion-controller.lua \
+ alpineversion-model.lua \
+ health-controller.lua \
+ health-model.lua \
+ health-modules-html.lsp \
+ health-network-html.lsp \
+ health-proc-html.lsp \
+ health-storage-html.lsp \
+ health-system-html.lsp \
+ health.menu \
+ hostname-controller.lua \
hostname-html.lsp \
hostname-model.lua \
- hostname.menu \
+ hostname.menu \
interfaces-controller.lua \
interfaces-create-html.lsp \
interfaces-delete-html.lsp \
- interfaces-model.lua \
+ interfaces-model.lua \
interfaces-read-html.lsp \
interfaces-update-html.lsp \
- interfaces.menu \
- logfiles-controller.lua \
+ interfaces.menu \
+ logfiles-controller.lua \
logfiles-delete-html.lsp \
- logfiles-download-html.lsp \
logfiles-model.lua \
- logfiles-read-html.lsp \
- logfiles-view-html.lsp \
- logfiles.menu \
- password-controller.lua \
- password-model.lua \
- password-read-html.lsp \
- password.menu \
- skins-controller.lua \
- skins-model.lua \
+ logfiles-read-html.lsp \
+ logfiles-view-html.lsp \
+ logfiles.menu \
+ template-logfiles-download-html.lsp \
+ skins-controller.lua \
+ skins-model.lua \
skins-read-html.lsp \
- skins.menu \
- syslog-basic-html.lsp \
- syslog-controller.lua \
- syslog-model.lua \
- syslog.menu \
- template-logfiles-download-html.lsp
+ skins.menu \
+
EXTRA_DIST=README Makefile config.mk
diff --git a/interfaces.menu b/interfaces.menu
index 76eaed1..e22b7ef 100644
--- a/interfaces.menu
+++ b/interfaces.menu
@@ -1,4 +1,4 @@
# Prefix and controller are already known at this point
-# Cat Group Tab Action
-Setup Interfaces Define read
-Setup Interfaces Update update
+# Cat Group Tab Action
+Networking Interfaces Define read
+Networking Interfaces Update update
diff --git a/logfiles-download-html.lsp b/logfiles-download-html.lsp
deleted file mode 100644
index 1d3b6fc..0000000
--- a/logfiles-download-html.lsp
+++ /dev/null
@@ -1,2 +0,0 @@
-<? local view = ... ?>
-<?= view.logfile.value ?>