fix(xo-server/isHostServerTimeConsistent): change host permission from administrate to view (#5780)
This commit is contained in:
parent
84b3162bcd
commit
f29473ef4c
@ -288,7 +288,7 @@ isHostServerTimeConsistent.params = {
|
||||
}
|
||||
|
||||
isHostServerTimeConsistent.resolve = {
|
||||
host: ['host', 'host', 'administrate'],
|
||||
host: ['host', 'host', 'view'],
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user