diff options
author | Stan Grishin <stangri@melmac.net> | 2018-07-19 19:31:16 -0700 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2018-07-19 19:31:16 -0700 |
commit | 4f921594bbe23f24a84e5a5e2b7425b01e7bd143 (patch) | |
tree | 25011ccb4bc26920cb7e7fc554fafaa00c33980b /applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua | |
parent | a68006245df16599145c00b949d2c8c97a327295 (diff) |
luci-app-advanced-reboot: change style of buttons to important
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua')
-rw-r--r-- | applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua b/applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua index f4d28145e..dd8071677 100644 --- a/applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua +++ b/applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua @@ -1,4 +1,4 @@ --- Copyright 2017 Stan Grishin <stangri@melmac.net> +-- Copyright 2017-2018 Stan Grishin <stangri@melmac.net> -- Licensed to the public under the Apache License 2.0. module("luci.controller.advanced_reboot", package.seeall) |