mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00
Use SingleSelect for Static Route Interface
This commit is contained in:
parent
eec845ee76
commit
214117f245
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ export const editTypes: { [key: string]: { [key: string]: any } } = {
|
|||
{
|
||||
fields: [
|
||||
{ key: "name", label: "Name", as: "TextBox" },
|
||||
{ key: "interface", label: "Interface", as: "TextBox" },
|
||||
{ key: "interface", label: "Interface", as: "SingleSelect", props: { searchProvider: GetInterfaces } },
|
||||
{ key: "gateway", label: "Gateway", as: "TextBox" },
|
||||
{ key: "destination", label: "Destination", as: "TextBox" },
|
||||
{ key: "metric", label: "Metric", as: "NumberBox" },
|
||||
|
|
Loading…
Add table
Reference in a new issue