Skip to content
This repository was archived by the owner on Jan 5, 2021. It is now read-only.

Commit b044599

Browse files
committed
Remove dummy nodes
1 parent 0eeb280 commit b044599

File tree

1 file changed

+3
-27
lines changed

1 file changed

+3
-27
lines changed

interface/elements/msc-profile-view/msc-profile-view.html

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -26,32 +26,8 @@
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">
@@ -62,8 +38,8 @@
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">

0 commit comments

Comments
 (0)