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> { ...@@ -60,8 +60,8 @@ class BottomNavLinks extends PureComponent<Props, State> {
<li className="sidemenu-org-switcher"> <li className="sidemenu-org-switcher">
<a onClick={this.toggleSwitcherModal}> <a onClick={this.toggleSwitcherModal}>
<div> <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-name">{user.orgName}</div>
<div className="sidemenu-org-switcher__org-current">Current Org:</div>
</div> </div>
<div className="sidemenu-org-switcher__switch"> <div className="sidemenu-org-switcher__switch">
<i className="fa fa-fw fa-random" /> <i className="fa fa-fw fa-random" />
......
...@@ -105,14 +105,14 @@ exports[`Render should render organization switcher 1`] = ` ...@@ -105,14 +105,14 @@ exports[`Render should render organization switcher 1`] = `
> >
<div> <div>
<div <div
className="sidemenu-org-switcher__org-name" className="sidemenu-org-switcher__org-current"
> >
Grafana Current Org.:
</div> </div>
<div <div
className="sidemenu-org-switcher__org-current" className="sidemenu-org-switcher__org-name"
> >
Current Org: Grafana
</div> </div>
</div> </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