minetest: Fix showing status block and diagnostics

This commit is contained in:
Sunil Mohan Adapa 2016-09-02 19:51:57 +05:30 committed by James Valleroy
parent b65e1fb1c4
commit 72c6aad514
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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():