mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
make labels input standard width on wfjt form
This commit is contained in:
parent
87239c0e11
commit
3a6f1e2b63
@ -71,7 +71,6 @@ export default ['NotificationsList', 'i18n', function(NotificationsList, i18n) {
|
||||
labels: {
|
||||
label: i18n._('Labels'),
|
||||
type: 'select',
|
||||
class: 'Form-formGroup--fullWidth',
|
||||
ngOptions: 'label.label for label in labelOptions track by label.value',
|
||||
multiSelect: true,
|
||||
dataTitle: i18n._('Labels'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user