Skip to content

Commit

Permalink
Fix NTP role prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Jan 10, 2025
1 parent 51594fc commit 21c0590
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/middlewared/middlewared/plugins/ntp.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ class Config:
datastore_prefix = 'ntp_'
cli_namespace = 'system.ntp_server'
entry = NTPServerEntry
prefix = 'SYSTEM_ADVANCED'
role_prefix = 'NETWORK_INTERFACE'
role_prefix = 'NETWORK_GENERAL'

@api_method(NTPServerCreateArgs, NTPServerCreateResult)
async def do_create(self, data):
Expand Down

0 comments on commit 21c0590

Please sign in to comment.