adamant-kite-43734
09/30/2024, 12:55 PMstocky-account-63046
09/30/2024, 1:04 PMstocky-account-63046
09/30/2024, 1:07 PMimport { _VIEW } from '@shell/config/query-params';
const view = this.$route.params?.id ? route.query.mode || _VIEW : false
const isView = view === _VIEW;
Using that, as a temporary step, you could display something different when not in a detail pageloud-cricket-41513
09/30/2024, 1:26 PMloud-cricket-41513
09/30/2024, 1:27 PMstocky-account-63046
09/30/2024, 1:28 PMstocky-account-63046
09/30/2024, 1:28 PMloud-cricket-41513
09/30/2024, 1:30 PMloud-cricket-41513
09/30/2024, 1:46 PMstocky-account-63046
09/30/2024, 2:09 PMbusy-ability-54059
09/30/2024, 2:22 PMmode
detail
and check if it works?
https://extensions.rancher.io/extensions/api/common#locationconfigstocky-account-63046
09/30/2024, 2:26 PMcheckExtensionRouteBinding
? @busy-ability-54059loud-cricket-41513
09/30/2024, 2:34 PMloud-cricket-41513
09/30/2024, 2:35 PMbusy-ability-54059
09/30/2024, 2:40 PMimport { _DETAIL } from '@shell/config/query-params'
you can then use _DETAIL