Logging had already been removed from the navigation menu but the translation was still present. I removed the translation for completeness.
I left the routes and pages just in case we need to allow the customer to visit those pages even if it's unlikely. We will eventually fully remove ember so I don't think there's a reason to tidy up too much in this scenario.
https://github.com/rancher/dashboard/issues/10617
Hides istio for some condition and removes redirect to cluster index when cluster is not ready and user clicks istio (just don't show it)
rancher/rancher#29234
rancher/rancher#23452
expose link-to new-group route
Translations change and move static property (convention)
Refactor form-global-roles
Refactor such that user and group are optional parameters. Adds
groupPrincipalId. Destructure smarter so that users are not required for the
mapper function to work. Move bindings to own init. Refactor make to recognize
groups. Translations changes.
Add cru-group-account component
This component does not actually create a group but a global-role-binding with a
groupPrincipalId instead of a userId. Perhaps cru-global-role-binding would work
but in the future this component can and probably will be adapted to create
local groups as well, so the name would fit. At that point the component could
also be refactored to work for the add user page because at that point pretty
much doing the same thing but that is not with-in the scope of this change.
Currently the componet is expected to be used with an auth provider that
supports groups which is why it does not also create the group. This should be
taken into consideration if we ever update this to work with local groups.
Translations changes.
formatting
wip
Add tab nav template only component
rename users index route -> users & add groups route
get groups from grb list and build groupPrincipal list
Add role binding to the fetched group principal
Add account-group-row component and define table row views
global role binding with group edit page
Fix transitionTo in cancel and doneSaving -> cru-group-account
translations
Add initialPrincipal param to input-identity to allow use on edit
reduce duplicate principal calls and display on groups list page
fix role links types from account-group-row
add group delete functionality
translations and bulk action fix
sort global role names in modal and row
delete GRB modal translations
move users route to security-> users, break out groups route security
remove unneeded component
Live update fixes
translation fix
fix broken link to old accounts route
remove unneeded props, angle bracket components, general cleanup
lint fixes
Change add group button
Add warning on add group for non-local auth only and translations
Remove warning from delete group modal and change translations
re-org form-global-roles display
breaks the display out into base|user-custom|additional roles
adds back in details & descriptions
fixes role ids in translations file
* Add vendors for istio
* Add istio lib
* Add kiali UI vendor
* Expose components in shared lib
* Istio css
* Support kiali graph in Rancher UI
* Show traffic metrics from istio
* Enable istio in cluster level
* Toggle for istio sidecar auto injection
* Support add istio config
* Reuse catalog for istio config
* Support enable global registry in local cluster
* Rename traffic rule
* Not upgrade template version for istio
* Fix istio project level routing issue
* Fix comments
* Bug fix
* Add kiali copyright
* App name is not required in schema
* Use cytoscape dagre from npm
* Bug fix
* Hide traffic rule
Add tabbing handler logic for js dropdown menus. this also removes all top level
nav links for menus only, normal header links function correctly.
rancher/rancher#16709
Add up/down arrow actions for hover dropdown component
correct page-header-project & user-nav arrow nav
pass assign helper down to login engine for langauge dropdown comp
Add arrow key handler page-header-project menu
change focus style for trigger links
Add Global DNS providers and re-org global dns page
update providers routes and translations
global dns providers add page mock
Hookup Global DNS Provider api
Hookup Global DNS Entry API
Update multi-cluster-app for new api
add targets to multi-cluster-apps creation
Multi cluster app component for list page
launch route upgrade button and clone
clone name
styles and clean up
add multi-cluster targets and projects to gdns
add project ids to dns entries index
address feedback from review
refector legacy local etcd backup & restore api to use new api
rancher/rancher#16797
Add s3backup config to rke clusters advanced options
Add 'restore from backup' action on RKE clusters
add backups list page
add cluster switching handling for backups
WIP
cleaup for review