File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 5656 < th > Time</ th >
5757 < th > Miners</ th >
5858 < th > Shares</ th >
59- < th > Amount</ th >
59+ < th > Payment Amount</ th >
60+ < th > Total Payment Amount</ th >
6061 </ tr >
6162 </ thead >
6263 {{ for(var p in it.stats.pools[pool].payments) { }}
7273 < td > {{=readableDate(it.stats.pools[pool].payments[p].time)}}</ td >
7374 < td > {{=it.stats.pools[pool].payments[p].miners}}</ td >
7475 < td > {{=Math.round(it.stats.pools[pool].payments[p].shares)}}</ td >
76+ < td > {{ for(var a in it.stats.pools[pool].payments[p].amounts){ }}
77+ {{=a.substr(0,10)+"******"+a.substr(30)}}:< a style ='color:red; '> {{=it.stats.pools[pool].payments[p].amounts[a]}} </ a > {{=it.stats.pools[pool].symbol}}< br > {{ } }}</ td >
7578 < td > {{=it.stats.pools[pool].payments[p].paid}} {{=it.stats.pools[pool].symbol}}</ td >
7679 </ tr >
7780 {{ } }}
You can’t perform that action at this time.
0 commit comments