bind: Remove icon

This commit is contained in:
mridulnagpal 2016-12-29 01:59:20 +05:30 committed by James Valleroy
parent 4a73cbcf3c
commit aded0f6be0
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
4 changed files with 2 additions and 4 deletions

View File

@ -55,4 +55,3 @@ otherwise.
- static/themes/default/icons/transmission.png :: [[https://transmissionbt.com/][GPL]]
- static/themes/default/icons/ttrss.png :: [[https://tt-rss.org/gitlab/fox/tt-rss][GPL]]
- static/themes/default/icons/xmpp.png :: [[https://www.ejabberd.im/][GPL3]]
- static/themes/default/icons/bind.png :: [[https://www.rosehosting.com/blog/wp-content/uploads/2013/11/BIND.png][MPL-2.0]]

View File

@ -52,7 +52,6 @@ def subcommand_configure(arguments):
def set_forwarding(choice):
actions.superuser_run('bind', ['setup'])
if choice == False:
flag = 0
data = [line.strip() for line in open(CONFIG_FILE, 'r')]

View File

@ -31,7 +31,7 @@ from .forms import BindForm
class BindServiceView(ServiceView): # pylint: disable=too-many-ancestors
"""A specialized view for configuring minetest."""
"""A specialized view for configuring Bind."""
service_id = managed_services[0]
diagnostics_module_name = "bind"
description = description
@ -45,7 +45,7 @@ class BindServiceView(ServiceView): # pylint: disable=too-many-ancestors
return initial
def form_valid(self, form):
"""Change the configurations of Minetest service."""
"""Change the configurations of Bind service."""
data = form.cleaned_data
old_config = get_default()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB