Implement Chrony apply

This commit is contained in:
Samuel Lorch 2024-02-11 03:52:00 +01:00
parent e6816fe46f
commit 371b3d9fdf
6 changed files with 88 additions and 2 deletions

View file

@ -310,6 +310,7 @@ export const editTypes: { [key: string]: { [key: string]: any } } = {
name: 'NTP Server',
idType: 'Number',
fields: {
name: { is: 'TextBox', label: 'Name'},
interface: { is: 'SingleSelect', label: 'Interface', props: { searchProvider: GetInterfaces} },
comment: { is: 'MultilineTextBox', label: 'Comment'},
},