address vale issue with href

Signed-off-by: Jeremy Guarini <jguarini@paloaltonetworks.com>
This commit is contained in:
Jeremy Guarini
2021-11-08 10:33:40 -08:00
parent 741bcb168e
commit 1b8efd52f0
+1 -1
View File
@@ -14,6 +14,6 @@ Adds the following to the project list page:
Makes breadcrumb a link back to project list for the project details and new project views.
In project list page, updates New project button to use RouterLink instead of href to avoid login prompt.
In project list page, updates New project button to use RouterLink instead of `href` to avoid login prompt.
In project details view, links to project details and logs now work, clicking on these will open the project or logs in GCP in new tab.