Current Behavior
A user visiting the /settings page in Meshery may want to land within one of the Settings tabs (Environment, Service Meshes, Metrics).
As an example, currently, if a user navigates to http://meshery/settings#service-meshes, the "Service Meshes" tab is not open.
Desired Behavior
Named anchor () tags should be added to each Settings screen tab, like so:
<a name="environment"> </a><a name="service-meshes"> </a><a name="metrics"> </a>Reference
<button class="MuiButtonBase-root MuiTab-root MuiTab-textColorPrimary Mui-selected MuiTab-labelIcon MuiTab-fullWidth" tabindex="0" type="button" role="tab" aria-selected="true" title="Connect Meshery Adapters">
Screenshot

@leecalcote Can I take this up?
@snitin315 please, sir, yes. This "small" enhancement will have no "small" impact on user confusion when trying to nav the app.
@snitin315 Are you still working on this? Can I take this?
Feel free to work on it.
@aayushdutt an example use case should have been noted in the description. Here's one:
Current behavior:
We want to change that last step's behavior.
Got it @leecalcote
I went through #671 and it looks like the description you gave above. I'll be working on the same next.
However, I guess the current behaviour when Istio adapter is not configured is that it does nothing when clicked on "Istio" on the navbar.
@aayushdutt, good point. I was just noticing this same behavior. I suppose what I described is only true for the first two bullets. It would be an improvement if we were to implement the two last bullets with the new anchor included.
@leecalcote That would be great.
What do you think about -
/settings page to configure it.