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