This commit is contained in:
root
2026-04-28 06:53:57 +02:00
parent 5420097c63
commit e623c590f0
4 changed files with 35 additions and 17 deletions

14
public/views/rbac.hbs Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Role Based Access Control</title>
</head>
<body>
<div class="container static" style="height: 100vh;">
<div class="card static" style="overflow-y:auto;flex: 1 1 auto;" >
</div>
</div>
</body>
</html>