From 90c52a1782ae7727c0a430dcec64d9c1b072e452 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 7 Oct 2019 11:41:42 +0200 Subject: luci-app-advanced-reboot: import applyreboot template from luci-mod-system Since the advanced-reboot app is the sole remaining user of the applyreboot template, import it into this package to avoid the need for shipping it with the default installation. Signed-off-by: Jo-Philipp Wich --- .../luasrc/view/advanced_reboot/applyreboot.htm | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/applyreboot.htm (limited to 'applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot') diff --git a/applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/applyreboot.htm b/applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/applyreboot.htm new file mode 100644 index 0000000000..e235bd4679 --- /dev/null +++ b/applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/applyreboot.htm @@ -0,0 +1,53 @@ +<%# + Copyright 2008 Steven Barth + Copyright 2008 Jo-Philipp Wich + Licensed to the public under the Apache License 2.0. +-%> + + + + <%=luci.sys.hostname()%> - <%= title or translate("Rebooting...") %> + + + + + +
+
+
+

<%=luci.sys.hostname() or "?"%>

+
+
+
+   +
+
+
+

<%:System%> - <%= title or translate("Rebooting...") %>

+
+
+ <%= msg or translate("Changes applied.") %> +
+
+ <%:Loading%> + <%:Waiting for changes to be applied...%> +
+
+
+
+
+ + \ No newline at end of file -- cgit v1.2.3