We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b24ad commit 5e13a3eCopy full SHA for 5e13a3e
src/middlewared/middlewared/plugins/ntp.py
@@ -173,7 +173,7 @@ def test_ntp_server(addr):
173
except Exception:
174
return False
175
176
- @filterable_api_method(item=NTPPeerEntry, roles=['READONLY_ADMIN'], private=True)
+ @filterable_api_method(item=NTPPeerEntry, private=True)
177
def peers(self, filters, options):
178
peers = []
179
0 commit comments