class AdminPower
Permits a reboot of both the Gestion and the Dreamplug itself
Public Instance Methods
layout()
click to toggle source
# File Views/Admin/Power.rb, line 4 def layout @order = 400 gui_vbox do gui_vbox do show_button :reboot_gestion end gui_vbox do show_button :reboot_dreamplug end gui_vbox do show_button :update_files end gui_window :reload do show_html :txt show_button :OK end end end