mirror of
https://github.com/speatzle/nfsense.git
synced 2025-09-13 07:19:07 +00:00
Implement Chrony apply
This commit is contained in:
parent
e6816fe46f
commit
371b3d9fdf
6 changed files with 88 additions and 2 deletions
|
@ -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'},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue