File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
<th class="text-center" style="width 80px;">#</th>
12
12
<th>Crypto</th>
13
13
<th>Qty</th>
14
- <th>Invested</th>
15
- <th>Current</th>
14
+ <th>Total Invested</th>
15
+ <th>Current Value </th>
16
16
<th>Returns</th>
17
17
<th>Returns %</th>
18
18
<th>Avg. Buying Price</th>
Original file line number Diff line number Diff line change 2
2
//for profit
3
3
if (!empty ($ invests ) && ($ total_profit >= 0 )) {
4
4
$ wdgetIcon = 'fa-arrow-alt-circle-up text-success-light ' ;
5
- $ wdgetTxt = 'Profit % ' ;
5
+ $ wdgetTxt = 'Percentage Gain ' ;
6
6
$ wdgetClass = 'bg-success ' ;
7
7
}
8
8
//for loss
9
9
else {
10
10
$ wdgetIcon = 'fa-arrow-alt-circle-down text-success-light ' ;
11
- $ wdgetTxt = 'Loss % ' ;
11
+ $ wdgetTxt = 'Percentage Lose ' ;
12
12
$ wdgetClass = 'bg-danger ' ;
13
13
}
14
14
?>
You can’t perform that action at this time.
0 commit comments