Skip to content

Commit

Permalink
group utils and reports in menu section
Browse files Browse the repository at this point in the history
  • Loading branch information
acoffman committed Apr 19, 2024
1 parent 9640c43 commit 03006e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion server/app/admin/reports_admin.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Trestle.admin(:reports) do
menu do
item :reports, icon: "fas fa-file-alt"
group :tools do
item :reports, icon: "fas fa-file-alt"
end
end

controller do
Expand Down
4 changes: 3 additions & 1 deletion server/app/admin/utilities_admin.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Trestle.admin(:utilities) do
menu do
item :utilities, icon: "fas fa-cogs"
group :tools do
item :utilities, icon: "fas fa-cogs"
end
end

controller do
Expand Down

0 comments on commit 03006e1

Please sign in to comment.