mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
make labels input standard width on wfjt form
This commit is contained in:
@@ -71,7 +71,6 @@ export default ['NotificationsList', 'i18n', function(NotificationsList, i18n) {
|
|||||||
labels: {
|
labels: {
|
||||||
label: i18n._('Labels'),
|
label: i18n._('Labels'),
|
||||||
type: 'select',
|
type: 'select',
|
||||||
class: 'Form-formGroup--fullWidth',
|
|
||||||
ngOptions: 'label.label for label in labelOptions track by label.value',
|
ngOptions: 'label.label for label in labelOptions track by label.value',
|
||||||
multiSelect: true,
|
multiSelect: true,
|
||||||
dataTitle: i18n._('Labels'),
|
dataTitle: i18n._('Labels'),
|
||||||
|
|||||||
Reference in New Issue
Block a user