mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
Adds max value to host limit input
This commit is contained in:
parent
ce5a85a53b
commit
98c5cb1c4c
@ -60,6 +60,7 @@ export default ['NotificationsList', 'i18n',
|
||||
type: 'number',
|
||||
integer: true,
|
||||
min: 0,
|
||||
max: 2147483647,
|
||||
default: 0,
|
||||
spinner: true,
|
||||
dataTitle: i18n._('Max Hosts'),
|
||||
|
Loading…
Reference in New Issue
Block a user