-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* closes #1900 * fix refresh bug Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
- Loading branch information
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 6 additions & 2 deletions
8
...projects/ui/src/app/components/toast-container/refresh-alert/refresh-alert.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
<alert *ngIf="show$ | async" header="Refresh needed" (dismiss)="onDismiss()"> | ||
<alert *ngIf="show$ | async" header="Refresh Needed" (dismiss)="onDismiss()"> | ||
Your user interface is cached and out of date. Hard refresh the page to get | ||
the latest UI. | ||
<a alertButton class="enter-click" href=".">Refresh Page</a> | ||
<ul> | ||
<li><b>On Mac</b>: cmd + shift + R</li> | ||
<li><b>On Linux/Windows</b>: ctrl + shift + R</li> | ||
</ul> | ||
<a alertButton class="enter-click" role="cancel">Ok</a> | ||
</alert> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters