mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
chore: cleanup and small misc fixes
display success alert if on latest EOS after check for update fix bug with loader dismiss after alert present fix restart button on update complete alert and fix mocks to account for this state fix make clean and adjust default registry names
This commit is contained in:
@@ -63,6 +63,7 @@ export class WizardDefs {
|
||||
title,
|
||||
version,
|
||||
slides: slides.filter(exists),
|
||||
submitBtn: 'Begin Update',
|
||||
}
|
||||
}
|
||||
|
||||
@@ -110,6 +111,7 @@ export class WizardDefs {
|
||||
title,
|
||||
version,
|
||||
slides: slides.filter(exists),
|
||||
submitBtn: 'Begin Update',
|
||||
}
|
||||
}
|
||||
|
||||
@@ -160,6 +162,7 @@ export class WizardDefs {
|
||||
title,
|
||||
version,
|
||||
slides: slides.filter(exists),
|
||||
submitBtn: 'Begin Downgrade',
|
||||
}
|
||||
}
|
||||
|
||||
@@ -199,6 +202,7 @@ export class WizardDefs {
|
||||
action: 'uninstall',
|
||||
title,
|
||||
slides: slides.filter(exists),
|
||||
submitBtn: 'Uninstall Anyway',
|
||||
}
|
||||
}
|
||||
|
||||
@@ -228,6 +232,7 @@ export class WizardDefs {
|
||||
action: 'stop',
|
||||
title,
|
||||
slides: slides.filter(exists),
|
||||
submitBtn: 'Stop Anyway',
|
||||
}
|
||||
}
|
||||
|
||||
@@ -261,6 +266,7 @@ export class WizardDefs {
|
||||
action: 'configure',
|
||||
title,
|
||||
slides: slides.filter(exists),
|
||||
submitBtn: 'Configure Anyway',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user