mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
power: erase entry from config menu, fixes issue #834
This commit is contained in:
parent
234384eed3
commit
280431a7bd
@ -21,8 +21,6 @@ Plinth module for power controls.
|
||||
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from plinth.menu import main_menu
|
||||
|
||||
version = 1
|
||||
|
||||
is_essential = True
|
||||
@ -36,5 +34,4 @@ description = [
|
||||
|
||||
def init():
|
||||
"""Initialize the power module."""
|
||||
menu = main_menu.get('system')
|
||||
menu.add_urlname(title, 'glyphicon-off', 'power:index')
|
||||
pass # not in menu, see issue #834
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user