Add Volumes Details Page to KF1.7
mathis-marcotte opened this issue · 0 comments
mathis-marcotte commented
Epic: StatCan/aaw#1632
Add the volumes details page to our repo.
Our file structure differs from upsteam when it comes to the volumes component, since they have it seperate and we have it merged into jupyter.
So for this new volumes-details-page component
, I suggest we put it under our frontend/src/app/pages
directory
Files to Add
volumes/frontend/src/app/pages/volume-details-page:
- pvc-mock.ts
- volume-details-page.component.scss
- volume-details-page.component.ts
- volume-details-page.component.html
- volume-details-page.component.spec.ts
- volume-details-page.module.ts
volumes/frontend/src/app/pages/volume-details-page/events:
- config.ts
- events.component.html
- events.component.scss
- events.component.spec.ts
- events.component.ts
- events.module.ts
volumes/frontend/src/app/pages/volume-details-page/overview:
- overview.component.scss
- overview.component.ts
- pod-groups-mock.ts
- overview.component.html
- overview.component.spec.ts
- overview.module.ts
- pods-mock.ts
volumes/frontend/src/app/pages/volume-details-page/overview/link-groups-table:
- link-groups-table.component.html
- link-groups-table.component.spec.ts
- link-groups-table.module.ts
- link-groups-table.component.scss
- link-groups-table.component.ts
- types.ts
volumes/frontend/src/app/pages/volume-details-page/yaml:
- yaml.component.html
- yaml.component.scss
- yaml.component.spec.ts
- yaml.component.ts
- yaml.module.ts