PKI Redesign: setup Ember Engine (#16925)

* setup PKI Ember engine

* clean up SecretListHeader and add documentation.

* move secret-list-header to addon folder

* move options-for-backend helper

* fix all for SecretListHeader to work

* use secretListHeaderTab by moving to adodn.

* add overview empty state

* clean up

* remove secret-list-header and secret-list-header-tab changes to move to another pr

* more cleanup

* update syntax with newer guides

* good idea jordan
This commit is contained in:
Angel Garbarino
2022-09-02 11:17:13 -07:00
committed by GitHub
parent 3e6f7a35f6
commit e60132941e
13 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import Route from '@ember/routing/route';
export default class OverviewRoute extends Route {}