summaryrefslogtreecommitdiffstats
path: root/apk.roles
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-02-25 04:19:37 +0000
committerTed Trask <ttrask01@yahoo.com>2016-02-25 04:19:37 +0000
commit473c583bf540dcf95974f53dfeb51aa955944f98 (patch)
treef4aca199099f1792e945ebf590a722cc45b90e2f /apk.roles
parent8d76464f8d3e6454dbf9ece32e16a8458d955204 (diff)
downloadacf-apk-tools-473c583bf540dcf95974f53dfeb51aa955944f98.tar.bz2
acf-apk-tools-473c583bf540dcf95974f53dfeb51aa955944f98.tar.xz
Create toplevel and dependent actions so loaded view can display the two tables with sorting/pagination/filtering
Modify available action and view so can share code with toplevel and dependent Loaded action is still present for backward compatibility despite view ignoring the output
Diffstat (limited to 'apk.roles')
-rw-r--r--apk.roles4
1 files changed, 2 insertions, 2 deletions
diff --git a/apk.roles b/apk.roles
index cb26ff8..bdfc07a 100644
--- a/apk.roles
+++ b/apk.roles
@@ -1,3 +1,3 @@
-USER=apk:loaded,apk:available,apk:details
+USER=apk:loaded,apk:available,apk:details,apk:toplevel,apk:dependent
EXPERT=apk:cache,apk:expert,apk:delete,apk:install,apk:upgrade,apk:updateall,apk:upgradeall
-ADMIN=apk:loaded,apk:available,apk:details,apk:cache,apk:expert,apk:delete,apk:install,apk:upgrade,apk:updateall,apk:upgradeall
+ADMIN=apk:loaded,apk:available,apk:details,apk:toplevel,apk:dependent,apk:cache,apk:expert,apk:delete,apk:install,apk:upgrade,apk:updateall,apk:upgradeall