Skip to content

Commit 2e9f126

Browse files
committed
1620 - client - Reveret “Set sidebar to width 72”
1 parent 4b03b49 commit 2e9f126

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

client/src/ee/pages/automation/api-platform/api-collections/ApiCollections.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ const ApiCollections = () => {
167167
</>
168168
}
169169
leftSidebarHeader={<Header title="API Collections" />}
170-
leftSidebarWidth="72"
170+
leftSidebarWidth="64"
171171
>
172172
<PageLoader
173173
errors={[apiCollectionsError, projectsError, tagsError]}

client/src/pages/automation/connections/Connections.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export const Connections = () => {
202202
</>
203203
}
204204
leftSidebarHeader={<Header position="sidebar" title="Connections" />}
205-
leftSidebarWidth="72"
205+
leftSidebarWidth="64"
206206
>
207207
<PageLoader
208208
errors={[allConnectionsError, connectionsError, tagsError]}

client/src/pages/automation/project-instances/ProjectInstances.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ const ProjectInstances = () => {
200200
</>
201201
}
202202
leftSidebarHeader={<Header position="sidebar" title="Instances" />}
203-
leftSidebarWidth="72"
203+
leftSidebarWidth="64"
204204
>
205205
<PageLoader
206206
errors={[projectsError, projectInstancesError, tagsError]}

client/src/pages/automation/projects/Projects.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const Projects = () => {
6262
}
6363
leftSidebarBody={<ProjectsLeftSidebarNav categories={categories} filterData={filterData} tags={tags} />}
6464
leftSidebarHeader={<Header position="sidebar" title="Projects" />}
65-
leftSidebarWidth="72"
65+
leftSidebarWidth="64"
6666
>
6767
<PageLoader
6868
errors={[categoriesError, projectsError, tagsError]}

client/src/pages/automation/workflow-executions/WorkflowExecutions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ export const WorkflowExecutions = () => {
428428
</div>
429429
}
430430
leftSidebarHeader={<Header position="sidebar" title="Execution History" />}
431-
leftSidebarWidth="72"
431+
leftSidebarWidth="64"
432432
>
433433
<PageLoader errors={[workflowExecutionsError]} loading={workflowExecutionsIsLoading}>
434434
{workflowExecutions && workflowExecutions.length > 0 ? (

client/src/pages/embedded/integrations/Integrations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const Integrations = () => {
7575
}
7676
leftSidebarBody={<IntegrationsLeftSidebarNav categories={categories} filterData={filterData} tags={tags} />}
7777
leftSidebarHeader={<Header position="sidebar" title="Integrations" />}
78-
leftSidebarWidth="72"
78+
leftSidebarWidth="64"
7979
>
8080
<PageLoader
8181
errors={[categoriesError, integrationsError, tagsError]}

0 commit comments

Comments
 (0)