fix: move project_id filter at the end of filters
move project_id filter at the end of filters Change-Id: Ie8cd7d7b7bf9f787ff001c1cccbd690a6ce59b4e
This commit is contained in:
parent
e43612a39a
commit
e04d861d80
@ -101,10 +101,6 @@ export default class AddNetwork extends ModalAction {
|
|||||||
|
|
||||||
getSearchFilters() {
|
getSearchFilters() {
|
||||||
return [
|
return [
|
||||||
{
|
|
||||||
label: t('Project ID'),
|
|
||||||
name: 'project_id',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: t('Name'),
|
label: t('Name'),
|
||||||
name: 'name',
|
name: 'name',
|
||||||
@ -119,6 +115,10 @@ export default class AddNetwork extends ModalAction {
|
|||||||
name: 'router:external',
|
name: 'router:external',
|
||||||
options: yesNoOptions,
|
options: yesNoOptions,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: t('Project ID'),
|
||||||
|
name: 'project_id',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user