diff --git a/app/.vs/app/v16/.suo b/app/.vs/app/v16/.suo index aa532fb..de7ec9c 100644 Binary files a/app/.vs/app/v16/.suo and b/app/.vs/app/v16/.suo differ diff --git a/app/.vs/slnx.sqlite b/app/.vs/slnx.sqlite index 6684331..f69af5b 100644 Binary files a/app/.vs/slnx.sqlite and b/app/.vs/slnx.sqlite differ diff --git a/app/src/app/networking/networks/networks.component.html b/app/src/app/networking/networks/networks.component.html index a3e1e25..fb991ea 100644 --- a/app/src/app/networking/networks/networks.component.html +++ b/app/src/app/networking/networks/networks.component.html @@ -11,7 +11,7 @@
- + diff --git a/app/src/app/networking/networks/networks.component.ts b/app/src/app/networking/networks/networks.component.ts index 1357138..1a4dd26 100644 --- a/app/src/app/networking/networks/networks.component.ts +++ b/app/src/app/networking/networks/networks.component.ts @@ -51,7 +51,8 @@ export class NetworksComponent implements OnInit, OnDestroy threshold: .3, // Lower value means a more exact search keys: [ { name: 'name', weight: .9 }, - { name: 'networks.name', weight: .7 } + { name: 'description', weight: .7 }, + //{ name: 'networks.name', weight: .7 } ] }; diff --git a/app/src/assets/i18n/networking/en.json b/app/src/assets/i18n/networking/en.json index c924baf..2a6669f 100644 --- a/app/src/assets/i18n/networking/en.json +++ b/app/src/assets/i18n/networking/en.json @@ -3,7 +3,11 @@ { "networks": { - "title": "Networks" + "title": "Networks", + "list": + { + "noResults": "No network matches the specified filters" + } }, "firewall": {