Add pool to apps page

This commit is contained in:
Taylor Helsper 2020-11-26 13:31:40 -06:00
parent 874c551841
commit 5edea008b1
3 changed files with 5 additions and 2 deletions

View File

@ -21,8 +21,10 @@ if [ "$APP" = "bitcoin" ]; then
rm -f $BTC_VERSION_FILE
elif [ "$APP" = "lnd" ]; then
rm -f $LND_VERSION_FILE
elif [ "$APP" = "loopd" ]; then
elif [ "$APP" = "loop" ]; then
rm -f $LOOP_VERSION_FILE
elif [ "$APP" = "pool" ]; then
rm -f $POOL_VERSION_FILE
elif [ "$APP" = "btcrpcexplorer" ]; then
rm -f $BTCRPCEXPLORER_VERSION_FILE
elif [ "$APP" = "caravan" ]; then

View File

@ -19,6 +19,7 @@ def caravan_page():
apps.append({"name":"Bitcoin", "short_name": "bitcoin"})
apps.append({"name":"LND", "short_name": "lnd"})
apps.append({"name":"Loop", "short_name": "loop"})
apps.append({"name":"Pool", "short_name": "pool"})
#apps.append({"name":"Electrum Server", "short_name": "electrs"})
apps.append({"name":"BTC RPC Explorer", "short_name": "btcrpcexplorer"})
apps.append({"name":"Corsproxy", "short_name": "corsproxy"})

View File

@ -799,7 +799,7 @@
<option value="dojo">Dojo</option>
<option value="joinmarket">JoinMarket</option>
<option value="lnbits">Lnbits</option>
<option value="loopd">Lightning Loop</option>
<option value="loop">Lightning Loop</option>
<option value="webssh2">Linux Terminal</option>
<option value="lndconnect">LND Connect</option>
<option value="lndhub">LNDHub</option>