mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
Subnav (#391)
* begin subnav implementation * implement subnav AND angular forms for comparison * unions working-ish, list of enums working * new form approach almost complete * finish new forms approach for action inputs and config * expandable list items and handlebars display * Config animation (#394) * config cammel * config animation Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com> * improve server settings inputs, still needs work * delete all notifications, styling, and bugs * contracted by default Co-authored-by: Drew Ansbacher <drew.ansbacher@gmail.com> Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com>
This commit is contained in:
committed by
Aiden McClelland
parent
4ea214f79e
commit
fd354b6cbe
@@ -31,7 +31,6 @@ export class AppRestoreComponent {
|
||||
) { }
|
||||
|
||||
ngOnInit () {
|
||||
console.log('initing')
|
||||
this.getExternalDisks()
|
||||
}
|
||||
|
||||
@@ -51,7 +50,6 @@ export class AppRestoreComponent {
|
||||
} catch (e) {
|
||||
this.errToast.present(e)
|
||||
} finally {
|
||||
console.log('loading false')
|
||||
this.loading = false
|
||||
}
|
||||
}
|
||||
@@ -80,7 +78,6 @@ export class AppRestoreComponent {
|
||||
}
|
||||
|
||||
private async restore (logicalname: string, password: string): Promise<void> {
|
||||
console.log('here here here')
|
||||
this.submitting = true
|
||||
// await loader.present()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user