debian-image-builder-frontend/src/Components
lucasgarfield 62559b8323 CreateImageWizard: Add DocumentationButton form component
A documentation button, which contains an external link to the
official documentation, appears several times throughout the frontend.
Currently, the code for the documentation button is copy/pasted where
needed. Adding a form component for the documentation button allows code reuse
and improves readability in the code that calls it.

Because this component is used by the LandingPage, ImagesTable, and
ImageWizard it has been placed in a new directory,
`src/Components/sharedComponents` which is at the same level as these
directories.
2022-03-04 16:44:12 +01:00
..
CreateImageWizard CreateImageWizard: prefocus aws input field 2022-03-04 12:18:15 +01:00
ImagesTable CreateImageWizard: Expose centos 9 stream 2022-03-02 17:03:09 +01:00
LandingPage LandingPage: edit header spacing 2022-03-03 14:03:11 +01:00
sharedComponents CreateImageWizard: Add DocumentationButton form component 2022-03-04 16:44:12 +01:00