Skip to content

Commit

Permalink
Remove validators for switch port
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouzierinverse committed Jan 25, 2021
1 parent dd64044 commit 58c10ac
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,7 @@ export const filters = {
switch_port: {
value: 'switch_port',
text: i18n.t('Switch Port'),
types: [fieldType.SUBSTRING],
validators: {
match: {
[i18n.t('Invalid Port Number.')]: isPort
}
}
types: [fieldType.SUBSTRING]
},
tenant: {
value: 'tenant',
Expand Down

0 comments on commit 58c10ac

Please sign in to comment.