diff --git a/docs/.vuepress/components/PermissionTable.vue b/docs/.vuepress/components/PermissionTable.vue
index d1d8c99..7c5d823 100644
--- a/docs/.vuepress/components/PermissionTable.vue
+++ b/docs/.vuepress/components/PermissionTable.vue
@@ -6,50 +6,65 @@
Error loading data. Please try again later.
-
-
-
-
- Function |
- Contract |
- Caller Names |
- Caller Addresses |
- Deployments |
-
-
-
-
-
- {{ row.function }}
- |
- {{ row.contract }} |
-
-
- -
- {{ name }}
-
-
- |
-
-
- -
-
{{ address }}
-
-
- |
- {{ row.deployments }} |
-
-
-
+
+
+
+
+
+ Function |
+ Contract |
+ Authorized Callers |
+ Deployments |
+
+
+
+
+
+ {{ row.function }}
+ |
+ {{ row.contract }} |
+
+
+
+ -
+
+ {{ address }}
+
+
+ ({{ row.callerNamesArray[idx] }})
+
+
+
+
+ none
+ |
+ {{ row.deployments }} |
+
+
+
+