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:
Lucy Cifferello
2022-06-14 18:38:36 -06:00
committed by Lucy C
parent 4ad9886517
commit 37304a9d92
28 changed files with 221 additions and 130 deletions

View File

@@ -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',
}
}
}