Commit d0e73193 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'audit-log-admin-new-nav' into 'master'

Added audit logs to new admin sidebar

Closes #2920

See merge request !2421
parents 7555289f 9cfe3d32
......@@ -39,7 +39,7 @@
%span
Cohorts
= nav_link(controller: %w(conversational_development_index system_info background_jobs logs health_check requests_profiles)) do
= nav_link(controller: %w(conversational_development_index system_info background_jobs logs health_check requests_profiles audit_logs)) do
= link_to admin_conversational_development_index_path, title: 'Monitoring' do
%span
Monitoring
......@@ -69,6 +69,10 @@
= link_to admin_requests_profiles_path, title: 'Requests Profiles' do
%span
Requests Profiles
= nav_link path: 'audit_logs#index' do
= link_to admin_audit_logs_path, title: 'Audit Log' do
%span
Audit Log
= nav_link(controller: :broadcast_messages) do
= link_to admin_broadcast_messages_path, title: 'Messages' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment