mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Change the maximum number of ports to 500
This commit is contained in:
parent
7507a7b459
commit
199caccbc3
@ -452,7 +452,7 @@
|
|||||||
|
|
||||||
$( "#node-input-outputs" ).spinner({
|
$( "#node-input-outputs" ).spinner({
|
||||||
min: 0,
|
min: 0,
|
||||||
max: 10,
|
max: 500,
|
||||||
change: function(event, ui) {
|
change: function(event, ui) {
|
||||||
var value = this.value;
|
var value = this.value;
|
||||||
if (!value.match(/^\d+$/)) { value = 1; }
|
if (!value.match(/^\d+$/)) { value = 1; }
|
||||||
|
Loading…
Reference in New Issue
Block a user