<alert i18n
type="info"
*ngIf="status === vcs.ValueNone">
- Retrieving data, please wait.
+ Retrieving data<span *ngIf="statusFor"> for <span [innerHtml]="statusFor"></span></span>. Please wait...
</alert>
<alert i18n
type="warning"
*ngIf="status === vcs.ValueStale">
- Displaying previously cached data.
+ Displaying previously cached data<span *ngIf="statusFor"> for <span [innerHtml]="statusFor"></span></span>.
</alert>
<alert i18n
type="danger"
*ngIf="status === vcs.ValueException">
- Could not load data. Please check the cluster health.
+ Could not load data<span *ngIf="statusFor"> for <span [innerHtml]="statusFor"></span></span>. Please check the cluster health.
</alert>