Implement Unbound Apply

This commit is contained in:
Samuel Lorch 2024-02-11 03:52:43 +01:00
parent 371b3d9fdf
commit e3ab77008a
5 changed files with 95 additions and 0 deletions

View file

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