mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
minetest: Fix showing status block and diagnostics
This commit is contained in:
parent
b65e1fb1c4
commit
72c6aad514
@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file.
|
||||
- monkeysphere: Sort items for consistent display.
|
||||
- monkeysphere: Handle new uid format of gpg2.
|
||||
- monkeysphere: Fixed handling of unavailable imported domains.
|
||||
- minetest: Fixed showing status block and diagnostics.
|
||||
|
||||
### Changed
|
||||
- dynamicdns, monkeysphere, transmission, upgrades: Use actions where
|
||||
|
||||
@ -94,7 +94,7 @@ class MinetestServiceView(ServiceView):
|
||||
service_id = managed_services[0]
|
||||
diagnostics_module_name = "minetest"
|
||||
description = description
|
||||
show_status_block = False
|
||||
show_status_block = True
|
||||
|
||||
|
||||
def diagnose():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user