mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
ab283fe827
commit
9c9f6f168b
@ -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" />
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user