mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Orgs: Remove org deprecation notice as we have decided to preserve multi-org support (#26853)
* Orgs: Remove org deprecation notice * Updated
This commit is contained in:
parent
37c278c8f3
commit
398bc045fc
@ -3,7 +3,7 @@ import { getNavModel } from 'app/core/selectors/navModel';
|
|||||||
import Page from 'app/core/components/Page/Page';
|
import Page from 'app/core/components/Page/Page';
|
||||||
import { useSelector } from 'react-redux';
|
import { useSelector } from 'react-redux';
|
||||||
import { StoreState } from 'app/types/store';
|
import { StoreState } from 'app/types/store';
|
||||||
import { LinkButton, InfoBox, VerticalGroup } from '@grafana/ui';
|
import { LinkButton } from '@grafana/ui';
|
||||||
import { getBackendSrv } from '@grafana/runtime';
|
import { getBackendSrv } from '@grafana/runtime';
|
||||||
import { AdminOrgsTable } from './AdminOrgsTable';
|
import { AdminOrgsTable } from './AdminOrgsTable';
|
||||||
import useAsyncFn from 'react-use/lib/useAsyncFn';
|
import useAsyncFn from 'react-use/lib/useAsyncFn';
|
||||||
@ -30,21 +30,6 @@ export const AdminListOrgsPages: FC = () => {
|
|||||||
<Page.Contents>
|
<Page.Contents>
|
||||||
<>
|
<>
|
||||||
<div className="page-action-bar">
|
<div className="page-action-bar">
|
||||||
<InfoBox branded>
|
|
||||||
<VerticalGroup spacing="xs">
|
|
||||||
<p>
|
|
||||||
Fewer than 1% of Grafana installations use organizations, and we think that most of those would have a
|
|
||||||
better experience with Teams instead. As such, we are considering de-emphasizing and eventually
|
|
||||||
deprecating Organizations in a future Grafana release. If you would like to provide feedback or
|
|
||||||
describe your need, please do so{' '}
|
|
||||||
<a className="external-link" href="https://github.com/grafana/grafana/issues/24588">
|
|
||||||
here
|
|
||||||
</a>
|
|
||||||
.{' '}
|
|
||||||
</p>
|
|
||||||
</VerticalGroup>
|
|
||||||
</InfoBox>
|
|
||||||
|
|
||||||
<div className="page-action-bar__spacer" />
|
<div className="page-action-bar__spacer" />
|
||||||
<LinkButton icon="plus" href="org/new">
|
<LinkButton icon="plus" href="org/new">
|
||||||
New org
|
New org
|
||||||
|
Loading…
Reference in New Issue
Block a user