adamant-kite-43734
08/07/2023, 3:05 PMbusy-ability-54059
08/08/2023, 7:57 AMreplace rancher component via extension
? Can you provide me an example on what you are trying to achieve?few-caravan-91238
08/08/2023, 8:02 AMfew-caravan-91238
08/08/2023, 8:03 AMbusy-ability-54059
08/09/2023, 4:43 PMshell
package provides by including these items.
What we recommend is the usage of the Extensions API to extend your Dashboard rather than doing replaces (check our hooks like Actions, Cards, Panels, Tabs, Table Columns, Components).
To achieve what you want, you’ll need to overwrite certain parts.
Ex: you want to change stuff in the homepage, so there’s a page
called home.vue
in shell/pages
. If you create a folder on your package called page
and create a file called home.vue
, whatever is inside this last file will override the default homepage.
Again, I must emphasise that we don’t recommend this approach in any way, because you will lose bug fixes that might come in with the bump of the shell
package.few-caravan-91238
09/05/2023, 8:11 AMfew-caravan-91238
09/06/2023, 3:51 PM