mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
Fix/misc 0.3.0.1 (#1366)
* add solution for os error 2 case * make awaiting result text blue * remove mask button on text inputs until proper solution implemented
This commit is contained in:
@@ -79,8 +79,8 @@
|
||||
>
|
||||
</ion-input>
|
||||
</ng-template>
|
||||
|
||||
<ion-button
|
||||
<!-- removing mask button until proper solution implemented -->
|
||||
<!-- <ion-button
|
||||
*ngIf="spec.type === 'string' && spec.masked"
|
||||
slot="end"
|
||||
fill="clear"
|
||||
@@ -92,7 +92,7 @@
|
||||
[name]="unmasked[entry.key] ? 'eye-off-outline' : 'eye-outline'"
|
||||
size="small"
|
||||
></ion-icon>
|
||||
</ion-button>
|
||||
</ion-button> -->
|
||||
<ion-note
|
||||
*ngIf="spec.type === 'number' && spec.units"
|
||||
slot="end"
|
||||
|
||||
Reference in New Issue
Block a user