add and respect 'adminable' column to machines
[invirt/packages/invirt-web.git] / code / main.py
index cb7375f..f6f0bff 100755 (executable)
@@ -620,6 +620,7 @@ mapping = dict(list=listVms,
                help=helpHandler,
                unauth=unauthFront,
                admin=admin,
+               overlord=admin,
                errortest=throwError)
 
 def printHeaders(headers):