diff --git a/docs/offline.html b/docs/offline.html
index 3398d97..7fa7fcf 100644
--- a/docs/offline.html
+++ b/docs/offline.html
@@ -47,7 +47,7 @@
ERC-20
ERC-721
Messages
- Wallet
+ Wallet Tool
@@ -65,7 +65,7 @@
-
+
@@ -101,7 +101,7 @@
-
+
Save
@@ -145,19 +145,10 @@
-
- {{ data.item.path }}
-
+ {{ data.item.path }}
-
- {{ data.item.address }}
-
-
-
-
- {{ data.item.privateKey.substring(0, 10) + '...' + data.item.privateKey.slice(-8) }}
-
+ {{ data.item.address }}
@@ -215,7 +206,7 @@
-
+
Add
@@ -408,8 +399,10 @@
-
-
+
+
+
+
@@ -419,9 +412,37 @@
-
+
+
+
+
+
+
+
+
+
+ Generate Random
+
+
+
+
+
+
@@ -490,7 +511,7 @@
-
+
@@ -642,7 +663,7 @@
forceRefresh: 0,
settings: {
- tabIndex: 0,
+ tabIndex: 5,
addressesTable: {
filter: null,
currentPage: 1,
@@ -720,10 +741,10 @@
],
newWalletFromMnemonicAddressesFields: [
- { key: 'index', label: '#', sortable: false, thStyle: 'width: 5%;', tdClass: 'text-truncate' },
- { key: 'path', label: 'Path', sortable: false, thStyle: 'width: 15%;', thClass: 'text-left', tdClass: 'text-left' },
- { key: 'address', label: 'Address', sortable: false, thStyle: 'width: 50%;', thClass: 'text-left', tdClass: 'text-left' },
- { key: 'privateKey', label: 'Private Key', sortable: false, thStyle: 'width: 30%;', thClass: 'text-left', tdClass: 'text-left' },
+ { key: 'index', label: '#', sortable: false, thStyle: 'width: 10%;', tdClass: 'text-truncate' },
+ { key: 'path', label: 'Path', sortable: false, thStyle: 'width: 30%;', thClass: 'text-left', tdClass: 'text-left' },
+ { key: 'address', label: 'Address', sortable: false, thStyle: 'width: 60%;', thClass: 'text-left', tdClass: 'text-left' },
+ // { key: 'privateKey', label: 'Private Key', sortable: false, thStyle: 'width: 30%;', thClass: 'text-left', tdClass: 'text-left' },
],
generatedAddressesFields: [
@@ -900,10 +921,10 @@
}
},
- showGenerateMnemonicModal() {
- console.log(moment().format("HH:mm:ss") + " showGenerateMnemonicModal");
- this.$bvModal.show('modal-generatemnemonic');
- },
+ // showGenerateMnemonicModal() {
+ // console.log(moment().format("HH:mm:ss") + " showGenerateMnemonicModal");
+ // this.$bvModal.show('modal-generatemnemonic');
+ // },
showLoadPrivateKeyFromKeystoreModal() {
console.log(moment().format("HH:mm:ss") + " showLoadPrivateKeyFromKeystoreModal");
this.$bvModal.show('modal-loadprivatekeyfromkeystore');