mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
pr notes
This commit is contained in:
committed by
Aiden McClelland
parent
71ce2b064f
commit
36bae894a9
@@ -147,7 +147,7 @@
|
||||
</ion-label>
|
||||
<div *ngIf="!rec.installing" slot="end">
|
||||
<ion-button fill="clear" color="danger" (click)="deleteRecovered(rec, i)">
|
||||
<ion-icon slot="icon-only" name="trash"></ion-icon>
|
||||
<ion-icon slot="icon-only" name="trash-outline"></ion-icon>
|
||||
<!-- Remove -->
|
||||
</ion-button>
|
||||
<ion-button fill="clear" color="success" (click)="install(rec)">
|
||||
|
||||
@@ -11,7 +11,6 @@ import { PackageLoadingService, ProgressData } from 'src/app/services/package-lo
|
||||
import { ApiService } from 'src/app/services/api/embassy-api.service'
|
||||
import { ErrorToastService } from 'src/app/services/error-toast.service'
|
||||
import { AlertController } from '@ionic/angular'
|
||||
import { exec } from 'child_process'
|
||||
|
||||
@Component({
|
||||
selector: 'app-list',
|
||||
|
||||
Reference in New Issue
Block a user