1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-06-12 15:41:53 +03:00

fix: increasing maxOptions (amount of domains) to 30

This commit is contained in:
Renan Duarte
2023-12-12 09:39:28 +01:00
committed by GitHub
parent e08a4d4490
commit 1ab3575c68

View File

@ -265,7 +265,7 @@ module.exports = Mn.View.extend({
this.ui.domain_names.selectize({
delimiter: ',',
persist: false,
maxOptions: 15,
maxOptions: 30,
create: function (input) {
return {
value: input,