mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
ui: adds 0.2.8 welcome content
This commit is contained in:
committed by
Aiden McClelland
parent
939ad844e8
commit
c315dbaadf
@@ -26,7 +26,6 @@
|
||||
<p style="color: var(--ion-color-danger)">{{error.text}}</p>
|
||||
<p><a style="color: var(--ion-color-danger); text-decoration: underline; font-weight: bold;" *ngIf="error.moreInfo && !openErrorMoreInfo" (click)="openErrorMoreInfo = true">{{error.moreInfo.buttonText}}</a></p>
|
||||
|
||||
<!-- presentPopover(error.moreInfo.title, error.moreInfo.description, $event) -->
|
||||
<ng-container *ngIf="openErrorMoreInfo">
|
||||
<p style="margin-top: 10px; color: var(--ion-color-medium);" [innerHTML]="error.moreInfo.title"></p>
|
||||
<p style="margin-top: 10px; color: var(--ion-color-medium); font-size: small" [innerHTML]="error.moreInfo.description"></p>
|
||||
|
||||
Reference in New Issue
Block a user