Skip to content

Commit

Permalink
refresh price button in header
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelyea committed Jun 19, 2023
1 parent 843c1a1 commit a99c2c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Pages/Portfolio.razor
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,14 @@ Portfolio@(stepPath==null?": review":": "+stepPath.Replace('-',' ')) - bogle.too
}

@((MarkupString)boldUnderline("Current Retirement Assets:")) 
<button @onclick=@refreshPrices>Refresh prices</button><br/><br/>
<br/>

<table>
<tr>
<tr style=vertical-align:bottom>
<th>Account</th>
<th style=padding-left:8px>Type</th>
<th style=padding-left:8px>Ticker</th>
<th style=padding-left:8px>$ / share</th>
<th style=padding-left:8px><button @onclick=@refreshPrices title=Refresh>🔃</button><br/>$ / share</th>
<th style=padding-left:8px>Shares</th>
<th style=padding-left:8px>$ Value</th>
</tr>
Expand Down

0 comments on commit a99c2c8

Please sign in to comment.