adamant-kite-43734
07/03/2024, 5:28 PMstocky-account-63046
07/04/2024, 8:32 AMGlobal Settings Banners and Branding pages (login image is in the latter)stocky-account-63046
07/04/2024, 8:33 AMmost-butcher-45295
07/04/2024, 4:06 PMmost-butcher-45295
07/08/2024, 9:36 PMstocky-account-63046
07/10/2024, 8:42 AMstocky-account-63046
07/10/2024, 8:43 AMstocky-account-63046
07/10/2024, 8:46 AMmanagement - upstream cluster
• norman - upstream cluster (old api, should be avoided)
• cluster - current downstream cluster (this will change when navigating between downstream clusters)
dispatching actions like find and findAll will check the store for the resource, if not found will go out and fetch, in both cases these async actions will return resource/s.
using getters like byId and all will just return the individual or collection for the type requested. if it's not in the store it will return undefined (i think, or osme kind of falsy)stocky-account-63046
07/10/2024, 8:47 AMcluster/byId or management/findall (that's not a great response, but we hope to improve soon)most-butcher-45295
07/10/2024, 4:42 PMmanagement/schemaFor using store getters.. e.g. this.$store.getters['management/schemaFor'](FLEET.GIT_REPO)stocky-account-63046
07/10/2024, 4:51 PM