tazpanel diff boot.cgi @ rev 440
boot.cgi: disable daemons for user
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 07 11:12:26 2015 +0200 (2015-04-07) |
parents | 678dd43435a3 |
children | adedebded23a |
line diff
1.1 --- a/boot.cgi Mon Apr 06 20:48:48 2015 +0200 1.2 +++ b/boot.cgi Tue Apr 07 11:12:26 2015 +0200 1.3 @@ -344,7 +344,7 @@ 1.4 1.5 <form> 1.6 <button name="log" data-icon="logs" >$(gettext 'Boot logs' )</button> 1.7 - <button name="daemons" data-icon="daemons">$(gettext 'Manage daemons')</button> 1.8 + <button name="daemons" data-icon="daemons" data-root>$(gettext 'Manage daemons')</button> 1.9 EOT 1.10 [ -w /boot/grub/menu.lst ] && cat <<EOT 1.11 <button name="grub" data-icon="grub" >$(gettext 'Boot loader' )</button>