fix(#1661): show default-perms agents with effective values in perms tab

This commit is contained in:
damocles 2026-06-14 20:46:18 +02:00 committed by mara
commit 789ecd86f6
6 changed files with 193 additions and 24 deletions

View file

@ -33,7 +33,7 @@ mod approvals;
mod build_logs;
mod journal;
mod lifecycle_ops;
mod permissions;
pub(crate) mod permissions;
mod questions;
mod reminders;
mod schedules;