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>
This commit is contained in:
flopp999 2020-04-02 13:01:03 +02:00 committed by GitHub
parent ab283fe827
commit 9c9f6f168b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -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" />

View File

@ -104,16 +104,16 @@ exports[`Render should render organization switcher 1`] = `
onClick={[Function]}
>
<div>
<div
className="sidemenu-org-switcher__org-current"
>
Current Org.:
</div>
<div
className="sidemenu-org-switcher__org-name"
>
Grafana
</div>
<div
className="sidemenu-org-switcher__org-current"
>
Current Org:
</div>
</div>
<div
className="sidemenu-org-switcher__switch"