mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +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: [
|
fields: [
|
||||||
{ key: "name", label: "Name", as: "TextBox" },
|
{ 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: "gateway", label: "Gateway", as: "TextBox" },
|
||||||
{ key: "destination", label: "Destination", as: "TextBox" },
|
{ key: "destination", label: "Destination", as: "TextBox" },
|
||||||
{ key: "metric", label: "Metric", as: "NumberBox" },
|
{ key: "metric", label: "Metric", as: "NumberBox" },
|
||||||
|
|
Loading…
Add table
Reference in a new issue