This repository was archived by the owner on Jan 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-27
lines changed
interface/elements/msc-profile-view Expand file tree Collapse file tree 1 file changed +3
-27
lines changed Original file line number Diff line number Diff line change 26
26
< th > PRIMARY</ th >
27
27
< th > SEND</ th >
28
28
</ tr >
29
- < tr id ="data1 ">
30
- < td > 0xANASKASDLASLDASDLASDASDAASDS</ td >
31
- < td > 1000000</ td >
32
- < td > Random1</ td >
33
- < td > Random2</ td >
34
-
35
- </ tr >
36
- < tr id ="data1 ">
37
- < td > 0xANASKASDLASLDASDLASDASDAASDS</ td >
38
- < td > 1000000</ td >
39
- < td > Random1</ td >
40
- < td > Random2</ td >
41
- </ tr >
42
- < tr id ="data1 ">
43
- < td > 0xANASKASDLASLDASDLASDASDAASDS</ td >
44
- < td > 1000000</ td >
45
- < td class ="clickable ">
46
- < iron-icon icon ="{{_computeCheckboxIcon}} " on-tap ="changeCoinbase "> </ iron-icon >
47
- </ td >
48
- < td class ="td-button ">
49
- < template is ="dom-if " if ="[[account.canSend]] ">
50
- < iron-icon icon ="icons:send " class =clickable on-tap ="showSendDialog "> </ iron-icon >
51
- </ template >
52
- </ td >
53
-
54
- <!--
29
+ < template is ="dom-repeat " items ="[[accounts]] " as ="account ">
30
+ < tr id ="data1 " coinbase$ ="[[account.isCoinbase]] ">
55
31
< td class ="account "> [[account.address]]</ td >
56
32
< td title ="[[account.balance]] "> [[account.displayBalance]]</ td >
57
33
< td class ="clickable ">
62
38
< iron-icon icon ="icons:send " class =clickable on-tap ="showSendDialog "> </ iron-icon >
63
39
</ template >
64
40
</ td >
65
- -->
66
41
</ tr >
42
+ </ template >
67
43
</ table >
68
44
< div class ="flex-between ">
69
45
< div id ="row1 ">
You can’t perform that action at this time.
0 commit comments