mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 12:58:13 -05:00
fix: updating default maxOptions to 30 (dead)
This commit is contained in:
parent
3b8cb86d72
commit
ca56e0483f
@ -233,7 +233,7 @@ module.exports = Mn.View.extend({
|
||||
this.ui.domain_names.selectize({
|
||||
delimiter: ',',
|
||||
persist: false,
|
||||
maxOptions: 15,
|
||||
maxOptions: 30,
|
||||
create: function (input) {
|
||||
return {
|
||||
value: input,
|
||||
|
Loading…
Reference in New Issue
Block a user