mirror of https://github.com/kf7eel/hbnet
add/clean API key view
This commit is contained in:
parent
e093ae8d83
commit
330147ec03
|
|
@ -2609,6 +2609,8 @@ FLOOD_TIMEOUT = ''' + str(s.unit_time)
|
||||||
content = '''
|
content = '''
|
||||||
<h1 style="text-align: center;">APRS Settings</h1>
|
<h1 style="text-align: center;">APRS Settings</h1>
|
||||||
|
|
||||||
|
<p style="text-align: center;"><br /> Your API key: <strong>''' + str(user_aprs.api_keys)[1:-1] + '''</strong> </p>
|
||||||
|
|
||||||
<table class="table" >
|
<table class="table" >
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
MMDVM Options
|
MMDVM Options
|
||||||
</button></h4>
|
</button></h4>
|
||||||
|
|
||||||
Your API key: <strong>{{user_api}}</strong>
|
<p style="text-align: center;"><br /> Your API key: <strong>{{user_api}}</strong></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue