Re-add custom flash service so engines can extend cluster's template (#19963)

* Revert "UI: Remove custom service (#19925)"

This reverts commit b04751d224.

* replace stickyInfo with options info

* revert replacing custom stickyInfo

* change flash message name to be consistent throughout application

* make service imports consistent for k8 engine

* replace stickyInfo with options info

* Revert "change flash message name to be consistent throughout application"

This reverts commit 17de49894de3976ed708fcf15f19f6f1eb1012a5.

* add comment

---------

Co-authored-by: Chelsea Shaw <cshaw@hashicorp.com>
This commit is contained in:
claire bontempo
2023-04-03 13:13:59 -06:00
committed by GitHub
parent 33731d6f63
commit e97371680c
18 changed files with 29 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ export default class KubernetesEngine extends Engine {
modulePrefix = modulePrefix;
Resolver = Resolver;
dependencies = {
services: ['router', 'store', 'secret-mount-path', 'flashMessages'],
services: ['router', 'store', 'secret-mount-path', 'flash-messages'],
externalRoutes: ['secrets'],
};
}

View File

@@ -7,7 +7,6 @@
"dependencies": {
"ember-cli-htmlbars": "*",
"ember-cli-babel": "*",
"ember-cli-flash": "*",
"ember-concurrency": "*",
"@ember/test-waiters": "*",
"ember-inflector": "*"