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 2626 < th > PRIMARY</ th >
2727 < th > SEND</ th >
2828 </ 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]] ">
5531 < td class ="account "> [[account.address]]</ td >
5632 < td title ="[[account.balance]] "> [[account.displayBalance]]</ td >
5733 < td class ="clickable ">
6238 < iron-icon icon ="icons:send " class =clickable on-tap ="showSendDialog "> </ iron-icon >
6339 </ template >
6440 </ td >
65- -->
6641 </ tr >
42+ </ template >
6743 </ table >
6844 < div class ="flex-between ">
6945 < div id ="row1 ">
You can’t perform that action at this time.
0 commit comments