/* ============================================================ rbac.js — Enterprise Role Based Access Control Microsoft Admin Center-style permission matrix ============================================================ */ window.Views = window.Views || {}; window.RBAC = {}; Views.rbac = function () { const state = { roleIdx: 0 }; RBAC._state = state; const html = `
Enterprise RBAC — configure permissions for every role and module
| Module | ${DB.permTypes.map(p => `${p} | `).join('')}
|---|