From 0243b493125f46efbb21814de121014539dfaf45 Mon Sep 17 00:00:00 2001 From: bitromortac Date: Wed, 27 Nov 2019 01:19:33 +0100 Subject: [PATCH 1/2] Update lndmanage to version 0.8.0.1 (#78) Release notes: https://github.com/bitromortac/lndmanage/releases/tag/v0.8.0.1 --- rootfs/standard/usr/bin/mynode_post_upgrade.sh | 4 ++-- setup/setup_device.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rootfs/standard/usr/bin/mynode_post_upgrade.sh b/rootfs/standard/usr/bin/mynode_post_upgrade.sh index 63047fa2..4c476b98 100755 --- a/rootfs/standard/usr/bin/mynode_post_upgrade.sh +++ b/rootfs/standard/usr/bin/mynode_post_upgrade.sh @@ -37,7 +37,7 @@ pip install tzupdate virtualenv --no-cache-dir # Install any pip3 software pip3 install python-bitcointx --no-cache-dir -pip3 install lndmanage==0.8.0 --no-cache-dir # Install LND Manage (keep up to date with LND) +pip3 install lndmanage==0.8.0.1 --no-cache-dir # Install LND Manage (keep up to date with LND) pip3 install docker-compose --no-cache-dir @@ -299,4 +299,4 @@ sudo systemctl disable lnd_admin systemctl daemon-reload # Sync FS -sync \ No newline at end of file +sync diff --git a/setup/setup_device.sh b/setup/setup_device.sh index a0129987..e37c1027 100755 --- a/setup/setup_device.sh +++ b/setup/setup_device.sh @@ -127,7 +127,7 @@ fi pip3 install wheel setuptools pip3 install bitstring lnd-grpc pycoin aiohttp connectrum python-bitcoinlib pip3 install python-bitcointx -pip3 install lndmanage==0.8.0 # Install LND Manage (keep up to date with LND) +pip3 install lndmanage==0.8.0.1 # Install LND Manage (keep up to date with LND) pip3 install docker-compose From e16182808cd367e4bfee0430865ec5f68854a5e9 Mon Sep 17 00:00:00 2001 From: Abhishek Shandilya Date: Tue, 26 Nov 2019 19:20:04 -0500 Subject: [PATCH 2/2] fix the font colors in main-page-error-block #79 (#81) --- rootfs/standard/var/www/mynode/static/css/mynode_dark.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/rootfs/standard/var/www/mynode/static/css/mynode_dark.css b/rootfs/standard/var/www/mynode/static/css/mynode_dark.css index e1d8a10d..d9070823 100644 --- a/rootfs/standard/var/www/mynode/static/css/mynode_dark.css +++ b/rootfs/standard/var/www/mynode/static/css/mynode_dark.css @@ -64,10 +64,9 @@ table, background-color: #3a4750; } -.main_page_error_block { - color: #eee; - border: 3px solid red; - background-color: rgb(255, 238, 238); +.main_page_error_block a { + color: black; + text-decoration: underline dashed black; } .slider {