(target string)
| 133 | ) |
| 134 | |
| 135 | func queryDacl(target string) { |
| 136 | updateLog("Fetching DACL for '"+target+"'", "yellow") |
| 137 | go app.QueueUpdateDraw(updateDaclEntries) |
| 138 | } |
| 139 | |
| 140 | func initDaclPage(includeCurSchema bool) { |
| 141 | loadRightVars() |
no test coverage detected