Commit Graph

6 Commits

Author SHA1 Message Date
Cody Jackson ed1ea6373f Remove custom VueRouter.resolve
replace and push both work  as intended. You can
specify a a full url  if you don't want to have the baseUrl
prepended. Better yet, if you're navigating within
the app it's better to specify a location.

The custom resolve was actually breakinging a huge
amount of links in the app which was caused 404s if a
user attempted to open a link in a new tab. Most things appeared to work presumably because vue-router
was handling the page switches instead of the browser.

rancher/dashboard#643
2020-05-13 17:44:20 -07:00
Cody Jackson 6d3543f111 App model specialization and OPA Gatekeeper menu items
When working on adding 'Add Constraint' and 'Add Template' to the
OPA Gatekeeper page I noticed that there wasn't a good way to
create custom models for specific chart app types. To fix this I went
ahead and made it so that we can load app models from the
'models/apps' directory and merge that with the 'models/app' model.
I think this will be useful for future apps like istio.

rancher/dashboard#391
2020-04-21 17:11:54 -07:00
Westly Wright 798f82e979
Fix edit issues after rebase 2020-03-11 10:11:14 -07:00
Vincent Fiduccia 54c0920064
Remove vue-native-websocket, use socket per norman client, typescript support 2019-12-18 17:20:14 -07:00
Vincent Fiduccia a84f2735f1
Cleanup 2019-12-12 17:26:58 -07:00
Vincent Fiduccia ffc06889cf
Service Scale 2019-10-07 14:20:42 -07:00