mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 13:27:40 -02:30
Adds max value to host limit input
This commit is contained in:
committed by
Jeff Bradberry
parent
ce5a85a53b
commit
98c5cb1c4c
@@ -60,6 +60,7 @@ export default ['NotificationsList', 'i18n',
|
|||||||
type: 'number',
|
type: 'number',
|
||||||
integer: true,
|
integer: true,
|
||||||
min: 0,
|
min: 0,
|
||||||
|
max: 2147483647,
|
||||||
default: 0,
|
default: 0,
|
||||||
spinner: true,
|
spinner: true,
|
||||||
dataTitle: i18n._('Max Hosts'),
|
dataTitle: i18n._('Max Hosts'),
|
||||||
|
|||||||
Reference in New Issue
Block a user