mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -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',
|
||||
integer: true,
|
||||
min: 0,
|
||||
max: 2147483647,
|
||||
default: 0,
|
||||
spinner: true,
|
||||
dataTitle: i18n._('Max Hosts'),
|
||||
|
||||
Reference in New Issue
Block a user