Commit ca501f73 by chamath

S55632838 - Add refresh to messaging.

Added a refresh button in message engine page.
parent 87963edd
...@@ -74,6 +74,9 @@ ...@@ -74,6 +74,9 @@
<button *ngIf="embedded" type="button" pButton label="Mark as read" <button *ngIf="embedded" type="button" pButton label="Mark as read"
icon="ui-icon-check" icon="ui-icon-check"
(click)="markAsRead()"></button> (click)="markAsRead()"></button>
<button *ngIf="!embedded" type="button" pButton label="Refresh"
icon="ui-icon-refresh"
(click)="getJobApplicationByID()"></button>
</div> </div>
<p-fileUpload *ngIf="Message.Attachments" <p-fileUpload *ngIf="Message.Attachments"
name="File" [withCredentials]="true" name="File" [withCredentials]="true"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment