We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e3de6 commit 751f23bCopy full SHA for 751f23b
solid/templates/applauncher/index.php
@@ -44,6 +44,14 @@
44
</template>
45
</ul>
46
47
+ <template data-simply-template="file">
48
+ Permissions to the file <code data-simply-field="filename"></code> in your Pod:
49
+ <ul data-simply-list="permissions" data-simply-entry="entry">
50
+ <template>
51
+ <li class="solid-acl"><span data-simply-field="entry" data-simply-transformer="grants"></li>
52
+ </template>
53
+ </ul>
54
55
<template data-simply-template="class">
56
Permissions on <span x-data-simply-field="class" data-simply-transformer="schemaClass"></span> in your Pod:
57
<ul data-simply-list="permissions" data-simply-entry="entry">
0 commit comments