Expand permissions test cases

Include support for host permissions and data permissions.
This commit is contained in:
Simeon Vincent
2025-12-10 12:14:29 -08:00
parent 4307cc14e8
commit 1d76ddf353
9 changed files with 247 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
h4 {
margin-top: 2rem;
}
p.bg-danger, p.bg-success, p.bg-warning {
padding: 1em;
}
#grants tr > * {
padding: 5px 10px;
border: 1px solid #ddd;
}
#grants th {
background-color: #eee;
}
#permissions, #host-permissions, #data-permissions {
&:empty:before {
content: "none";
font-style: italic;
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
font-family: monospace;
}
}