123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340 |
- // Jest Snapshot v1, https://goo.gl/fbAQLP
- exports[`SettingsIndex renders 1`] = `
- <SideEffect(DocumentTitle)
- title="org-slug Settings"
- >
- <SettingsLayout
- organization={
- Object {
- "access": Array [
- "org:read",
- "org:write",
- "org:admin",
- "org:integrations",
- "project:read",
- "project:write",
- "project:admin",
- "team:read",
- "team:write",
- "team:admin",
- ],
- "features": Array [],
- "id": "3",
- "name": "Organization Name",
- "onboardingTasks": Array [],
- "projects": Array [],
- "scrapeJavaScript": true,
- "slug": "org-slug",
- "status": Object {
- "id": "active",
- "name": "active",
- },
- "teams": Array [],
- }
- }
- >
- <GridLayout>
- <GridPanel>
- <HomePanelHeader>
- <HomeLinkIcon
- to="/settings/account/"
- >
- <AvatarContainer>
- <Avatar
- hasTooltip={false}
- size={76}
- user={
- Object {
- "email": "foo@example.com",
- "flags": Object {
- "newsletter_consent_prompt": false,
- },
- "hasPasswordAuth": true,
- "id": "1",
- "isAuthenticated": true,
- "name": "Foo Bar",
- "options": Object {
- "timezone": "UTC",
- },
- "permissions": Set {},
- "username": "foo@example.com",
- }
- }
- />
- </AvatarContainer>
- My Account
- </HomeLinkIcon>
- </HomePanelHeader>
- <HomePanelBody
- direction="column"
- disablePadding={true}
- flex={false}
- >
- <h3>
- Quick links
- :
- </h3>
- <ul>
- <li>
- <HomeLink
- to="/settings/account/security/"
- >
- Change my password
- </HomeLink>
- </li>
- <li>
- <HomeLink
- to="/settings/account/notifications/"
- >
- Notification Preferences
- </HomeLink>
- </li>
- <li>
- <HomeLink
- to="/settings/account/"
- >
- Change my avatar
- </HomeLink>
- </li>
- </ul>
- </HomePanelBody>
- </GridPanel>
- <GridPanel>
- <HomePanelHeader>
- <HomeLinkIcon
- to="/settings/org-slug/"
- >
- <AvatarContainer>
- <Avatar
- hasTooltip={false}
- organization={
- Object {
- "access": Array [
- "org:read",
- "org:write",
- "org:admin",
- "org:integrations",
- "project:read",
- "project:write",
- "project:admin",
- "team:read",
- "team:write",
- "team:admin",
- ],
- "features": Array [],
- "id": "3",
- "name": "Organization Name",
- "onboardingTasks": Array [],
- "projects": Array [],
- "scrapeJavaScript": true,
- "slug": "org-slug",
- "status": Object {
- "id": "active",
- "name": "active",
- },
- "teams": Array [],
- }
- }
- size={76}
- />
- </AvatarContainer>
- <OrganizationName>
- org-slug
- </OrganizationName>
- </HomeLinkIcon>
- </HomePanelHeader>
- <HomePanelBody
- direction="column"
- disablePadding={true}
- flex={false}
- >
- <h3>
- Quick links
- :
- </h3>
- <ul>
- <li>
- <HomeLink
- to="/settings/org-slug/projects/"
- >
- Projects
- </HomeLink>
- </li>
- <li>
- <HomeLink
- to="/settings/org-slug/teams/"
- >
- Teams
- </HomeLink>
- </li>
- <li>
- <HomeLink
- to="/settings/org-slug/members/"
- >
- Members
- </HomeLink>
- </li>
- </ul>
- </HomePanelBody>
- </GridPanel>
- <GridPanel>
- <HomePanelHeader>
- <ExternalHomeLink
- href="https://docs.sentry.io/"
- isCentered={true}
- >
- <HomeIcon
- color="orange"
- >
- <InlineSvg
- size="48px"
- src="icon-docs"
- />
- </HomeIcon>
- </ExternalHomeLink>
- <ExternalHomeLink
- href="https://docs.sentry.io/"
- >
- Documentation
- </ExternalHomeLink>
- </HomePanelHeader>
- <HomePanelBody
- direction="column"
- disablePadding={true}
- flex={false}
- >
- <h3>
- Quick links
- :
- </h3>
- <ul>
- <li>
- <ExternalHomeLink
- href="https://docs.sentry.io/quickstart/"
- >
- Quickstart Guide
- </ExternalHomeLink>
- </li>
- <li>
- <ExternalHomeLink
- href="https://docs.sentry.io/clients/"
- >
- Platforms & Frameworks
- </ExternalHomeLink>
- </li>
- <li>
- <ExternalHomeLink
- href="https://docs.sentry.io/learn/cli/"
- >
- Sentry CLI
- </ExternalHomeLink>
- </li>
- </ul>
- </HomePanelBody>
- </GridPanel>
- <GridPanel>
- <HomePanelHeader>
- <SupportLinkComponent
- href="https://forum.sentry.io/"
- isCentered={true}
- to="/settings/org-slug/support"
- >
- <HomeIcon
- color="purple"
- >
- <InlineSvg
- size="48px"
- src="icon-support"
- />
- </HomeIcon>
- Support
- </SupportLinkComponent>
- </HomePanelHeader>
- <HomePanelBody
- direction="column"
- disablePadding={true}
- flex={false}
- >
- <h3>
- Quick links
- :
- </h3>
- <ul>
- <li>
- <SupportLinkComponent
- href="https://forum.sentry.io/"
- to="/settings/org-slug/support"
- >
- Contact Support
- </SupportLinkComponent>
- </li>
- <li>
- <ExternalHomeLink
- href="https://github.com/getsentry/sentry/issues"
- >
- Sentry on GitHub
- </ExternalHomeLink>
- </li>
- <li>
- <ExternalHomeLink
- href="https://status.sentry.io/"
- >
- Service Status
- </ExternalHomeLink>
- </li>
- </ul>
- </HomePanelBody>
- </GridPanel>
- <GridPanel>
- <HomePanelHeader>
- <HomeLinkIcon
- to="/settings/account/api/"
- >
- <HomeIcon>
- <InlineSvg
- size="48px"
- src="icon-lock"
- />
- </HomeIcon>
- API Keys
- </HomeLinkIcon>
- </HomePanelHeader>
- <HomePanelBody
- direction="column"
- disablePadding={true}
- flex={false}
- >
- <h3>
- Quick links
- :
- </h3>
- <ul>
- <li>
- <HomeLink
- to="/settings/account/api/"
- >
- Auth Tokens
- </HomeLink>
- </li>
- <li>
- <HomeLink
- to="/settings/account/api/applications/"
- >
- Applications
- </HomeLink>
- </li>
- <li>
- <ExternalHomeLink
- href="https://docs.sentry.io/hosted/api/"
- >
- Documentation
- </ExternalHomeLink>
- </li>
- </ul>
- </HomePanelBody>
- </GridPanel>
- </GridLayout>
- </SettingsLayout>
- </SideEffect(DocumentTitle)>
- `;
|