Commit 9c9f6f16 by flopp999 Committed by GitHub

Submenu: Changed location for Current Org: (#22941)

* Changed location for Current Org:

Current Org: was below the current Org, I changed it so you can deside what looks correct.
I also put an "." after Org, since it is a shorting

* removed an empty line

* Update snapshot

Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
parent ab283fe8
......@@ -60,8 +60,8 @@ class BottomNavLinks extends PureComponent<Props, State> {
<li className="sidemenu-org-switcher">
<a onClick={this.toggleSwitcherModal}>
<div>
<div className="sidemenu-org-switcher__org-current">Current Org.:</div>
<div className="sidemenu-org-switcher__org-name">{user.orgName}</div>
<div className="sidemenu-org-switcher__org-current">Current Org:</div>
</div>
<div className="sidemenu-org-switcher__switch">
<i className="fa fa-fw fa-random" />
......
......@@ -105,14 +105,14 @@ exports[`Render should render organization switcher 1`] = `
>
<div>
<div
className="sidemenu-org-switcher__org-name"
className="sidemenu-org-switcher__org-current"
>
Grafana
Current Org.:
</div>
<div
className="sidemenu-org-switcher__org-current"
className="sidemenu-org-switcher__org-name"
>
Current Org:
Grafana
</div>
</div>
<div
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment