Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfe9bbea

Browse files
committed
can't disappoint the fans :)
1 parent328e73e commitfe9bbea

File tree

15 files changed

+10
-10
lines changed

15 files changed

+10
-10
lines changed

‎site/src/api/queries/organizations.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
typeOrganizationPermissionName,
1010
typeOrganizationPermissions,
1111
organizationPermissionChecks,
12-
}from"modules/permissions/organizationPermissions";
12+
}from"modules/permissions/organizations";
1313
importtype{QueryClient}from"react-query";
1414
import{meKey}from"./users";
1515

‎site/src/modules/management/DeploymentSettingsLayout.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const DeploymentSettingsLayout: FC = () => {
2222
<Navigate
2323
to={
2424
permissions.viewDeploymentConfig
25-
?"/deployment/general"
25+
?"/deployment/overview"
2626
:"/deployment/users"
2727
}
2828
replace

‎site/src/modules/management/DeploymentSidebarView.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const DeploymentSidebarView: FC<DeploymentSidebarViewProps> = ({
2828
<BaseSidebar>
2929
<divclassName="flex flex-col gap-1">
3030
{permissions.viewDeploymentConfig&&(
31-
<SidebarNavItemhref="/deployment/general">General</SidebarNavItem>
31+
<SidebarNavItemhref="/deployment/overview">Overview</SidebarNavItem>
3232
)}
3333
{permissions.viewAllLicenses&&(
3434
<SidebarNavItemhref="/deployment/licenses">Licenses</SidebarNavItem>

‎site/src/modules/management/OrganizationSettingsLayout.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { useDashboard } from "modules/dashboard/useDashboard";
1414
import{
1515
typeOrganizationPermissions,
1616
canViewOrganization,
17-
}from"modules/permissions/organizationPermissions";
17+
}from"modules/permissions/organizations";
1818
importNotFoundPagefrom"pages/404Page/404Page";
1919
import{typeFC,Suspense,createContext,useContext}from"react";
2020
import{useQuery}from"react-query";

‎site/src/modules/management/OrganizationSidebarView.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
import{SettingsSidebarNavItem}from"components/Sidebar/Sidebar";
1919
import{Check,ChevronDown,Plus}from"lucide-react";
2020
importtype{Permissions}from"modules/permissions";
21-
importtype{OrganizationPermissions}from"modules/permissions/organizationPermissions";
21+
importtype{OrganizationPermissions}from"modules/permissions/organizations";
2222
import{typeFC,useState}from"react";
2323
import{useNavigate}from"react-router-dom";
2424

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp