From b637cf67502735d6ab9ee8a6deb1d1f323a2b15b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 7 Oct 2019 10:51:28 +0200 Subject: luci-mod-system: port reboot view to client side js Signed-off-by: Jo-Philipp Wich --- .../luasrc/view/admin_system/reboot.htm | 62 ---------------------- 1 file changed, 62 deletions(-) delete mode 100644 modules/luci-mod-system/luasrc/view/admin_system/reboot.htm (limited to 'modules/luci-mod-system/luasrc/view/admin_system') diff --git a/modules/luci-mod-system/luasrc/view/admin_system/reboot.htm b/modules/luci-mod-system/luasrc/view/admin_system/reboot.htm deleted file mode 100644 index d23664adac..0000000000 --- a/modules/luci-mod-system/luasrc/view/admin_system/reboot.htm +++ /dev/null @@ -1,62 +0,0 @@ -<%# - Copyright 2008 Steven Barth - Copyright 2008-2015 Jo-Philipp Wich - Licensed to the public under the Apache License 2.0. --%> - -<%+header%> - -

<%:Reboot%>

- -

<%:Reboots the operating system of your device%>

- -<%- local c = require("luci.model.uci").cursor():changes(); if c and next(c) then -%> -

<%:Warning: There are unsaved changes that will get lost on reboot!%>

-<%- end -%> - -
- - - - - - - -<%+footer%> -- cgit v1.2.3