Skip to content

Commit ac5a6fb

Browse files
committed
variables in local storage
2 parents 4e43251 + 3f163ec commit ac5a6fb

7 files changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is the OriginTrail web interface to manage your node tokens and ether as we
1111
- *Deposit TRAC tokens* to your profile
1212
- *Withdraw* earned token from your profile to your Management wallet
1313

14-
This is the Open Source project and you are welcome to contribute. Furthermore, you may use it from our website [https://node-profile.origintrail.io/](https://node-profile.origintrail.io/) or you can download the project and run it locally.
14+
This is the Open Source project and you are welcome to contribute. Furthermore, you may use it from our website [https://node-profile.origintrail.io/](https://node-profile.origintrail.io/) or you can download the project and run it locally.
1515

1616
## Project setup
1717
```

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>OriginTrail Management Interface</title><link href=/css/app.4dbd12dd.css rel=preload as=style><link href=/css/chunk-vendors.9c8e3772.css rel=preload as=style><link href=/js/app.0176a2bf.js rel=preload as=script><link href=/js/chunk-vendors.de953f85.js rel=preload as=script><link href=/css/chunk-vendors.9c8e3772.css rel=stylesheet><link href=/css/app.4dbd12dd.css rel=stylesheet></head><body><noscript><strong>We're sorry but ot-managment-interface doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.de953f85.js></script><script src=/js/app.0176a2bf.js></script></body></html>
1+
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>OriginTrail Management Interface</title><link href=/css/app.4dbd12dd.css rel=preload as=style><link href=/css/chunk-vendors.9c8e3772.css rel=preload as=style><link href=/js/app.7736e976.js rel=preload as=script><link href=/js/chunk-vendors.de953f85.js rel=preload as=script><link href=/css/chunk-vendors.9c8e3772.css rel=stylesheet><link href=/css/app.4dbd12dd.css rel=stylesheet></head><body><noscript><strong>We're sorry but ot-managment-interface doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.de953f85.js></script><script src=/js/app.7736e976.js></script></body></html>

dist/js/app.0176a2bf.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/app.7736e976.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/Withdraw.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The maximum amount of TRAC safe to withdraw is shown in the left sidebar. Keep i
1919
:step="0.01" :min="0"></el-input-number>
2020
</el-form-item>
2121
<el-button @click="startTokenWithdrawal">Tokens Withdrawal</el-button>
22-
<!--<el-button @click="withdrawTokens">Withdraw Tokens</el-button>-->
22+
<el-button @click="withdrawTokens">Withdraw Tokens</el-button>
2323
</el-form>
2424
</div>
2525
</template>

src/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import Vue from 'vue';
32
import ElementUI from 'element-ui';
43
import * as profileAbi from './abi/profile.json';

0 commit comments

Comments
 (0)