mirror of https://github.com/rancher/dashboard.git
Fixing generic list page use of masthead
The routes were erroneously being wrapped in an object.
This commit is contained in:
parent
62d43a285b
commit
875310197f
|
|
@ -121,8 +121,8 @@ export default {
|
|||
:type-display="typeDisplay"
|
||||
:is-yaml-creatable="schema && isCreatable"
|
||||
:is-creatable="hasEditComponent && isCreatable"
|
||||
:yaml-create-location="{path: yamlRoute}"
|
||||
:create-location="{path: formRoute}"
|
||||
:yaml-create-location="yamlRoute"
|
||||
:create-location="formRoute"
|
||||
/>
|
||||
|
||||
<div v-if="hasListComponent">
|
||||
|
|
|
|||
Loading…
Reference in New Issue