mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 15:10:38 +01:00
remove description
This commit is contained in:
parent
748ad72ed7
commit
4864c87cfe
1 changed files with 1 additions and 4 deletions
|
@ -122,14 +122,11 @@ The domain is routed set to the IP:
|
||||||
|
|
||||||
The state of the subscription is: {active} {warning}
|
The state of the subscription is: {active} {warning}
|
||||||
|
|
||||||
The following additional information is available:
|
|
||||||
{description}
|
|
||||||
'''.format( dnsservice=selectedSub['dnsservice_type'],
|
'''.format( dnsservice=selectedSub['dnsservice_type'],
|
||||||
domain=selectedSub['id'],
|
domain=selectedSub['id'],
|
||||||
ip=selectedSub['ip'],
|
ip=selectedSub['ip'],
|
||||||
active= "ACTIVE" if selectedSub['active'] else "NOT ACTIVE",
|
active= "ACTIVE" if selectedSub['active'] else "NOT ACTIVE",
|
||||||
warning=selectedSub['warning'],
|
warning=selectedSub['warning']
|
||||||
description=selectedSub['description']
|
|
||||||
)
|
)
|
||||||
|
|
||||||
elif selectedSub['type'] == "ip2tor-v1":
|
elif selectedSub['type'] == "ip2tor-v1":
|
||||||
|
|
Loading…
Add table
Reference in a new issue