Skip to content

Commit

Permalink
Put search path management button in consistent place across screens
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBurgess committed Feb 28, 2024
1 parent e0f4ec2 commit f81b027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/dashboard/src/components/DashboardHeader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ const DashboardHeader = () => {
<PowerpipeLogo />
<div className="flex flex-grow items-center space-x-2 md:space-x-4">
<DashboardSearch />
<DashboardTagGroupSelect />
<ManageSearchPathButton />
<DashboardTagGroupSelect />
<SaveSnapshotButton />
<OpenSnapshotButton />
</div>
Expand Down

0 comments on commit f81b027

Please sign in to comment.