mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
Fix/UI misc (#1606)
* stop expansion when description icon clicked * add test for ensuring string sanitization * rename log out to terminate in sessions component and remove sanitization bypass as unneeded * remove unecessary instances of safe string
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
import { Component } from '@angular/core'
|
||||
import {
|
||||
AlertController,
|
||||
IonicSafeString,
|
||||
LoadingController,
|
||||
} from '@ionic/angular'
|
||||
import { AlertController, LoadingController } from '@ionic/angular'
|
||||
import { ApiService } from 'src/app/services/api/api.service'
|
||||
|
||||
@Component({
|
||||
|
||||
Reference in New Issue
Block a user