35f6f90d0c
This patch implements a custom select in the load balancer creation/edit form with the following features: - The options are presented in a tabular form with: network name, network id, subnet name, subnet id - An input text filter which filters across all fields The select is implemented as a customizable AngularJS component, which allows for any of the displayed information to be changed easily. Change-Id: I6ff16cb8ffd0ebdb8c465e5197f90ba2939a28c1 Story: 2004347 Task: 27943
11 lines
393 B
YAML
11 lines
393 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a new UI component which works as a standard select control
|
|
alternative. Options in the component are presented in a table which may be
|
|
filtered using the select input field. Filtering is done across all table
|
|
fields.
|
|
upgrade:
|
|
- |
|
|
The new component replaces the standard select for subnet selection in
|
|
the Load Balancer creation modal wizard. |