From 3b4362a36dc77bcdd5c3c99c38da40e71b1cef7d Mon Sep 17 00:00:00 2001 From: Abhishek Sinha Date: Wed, 21 Nov 2018 12:56:16 +0530 Subject: [PATCH] added button to generate new flo keys --- supernode/index.html | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/supernode/index.html b/supernode/index.html index 5b8d23c..69dcb86 100644 --- a/supernode/index.html +++ b/supernode/index.html @@ -45,6 +45,12 @@
+
+
Generate New FLO Keys here:
+ + +
+
Asset Box
@@ -8869,7 +8875,7 @@ let depositAssetButtonText = document.createTextNode('Deposit'); depositAssetButton.appendChild(depositAssetButtonText); let withdrawAssetButton = document.createElement('button'); - let withdrawAssetButtonText = document.createTextNode('Deposit'); + let withdrawAssetButtonText = document.createTextNode('Withdraw'); withdrawAssetButton.appendChild(withdrawAssetButtonText); asset_box.appendChild(depositAssetButton); asset_box.appendChild(withdrawAssetButton); @@ -8898,6 +8904,22 @@ }); } + \ No newline at end of file