Skip to content

Commit 4704bd6

Browse files
committed
Merge branch 'develop' into patch-1
2 parents 1ab3575 + ca56e04 commit 4704bd6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

frontend/js/app/nginx/dead/form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ module.exports = Mn.View.extend({
233233
this.ui.domain_names.selectize({
234234
delimiter: ',',
235235
persist: false,
236-
maxOptions: 15,
236+
maxOptions: 30,
237237
create: function (input) {
238238
return {
239239
value: input,

frontend/js/app/nginx/proxy/form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ module.exports = Mn.View.extend({
271271
this.ui.domain_names.selectize({
272272
delimiter: ',',
273273
persist: false,
274-
maxOptions: 15,
274+
maxOptions: 30,
275275
create: function (input) {
276276
return {
277277
value: input,

frontend/js/app/nginx/redirection/form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ module.exports = Mn.View.extend({
235235
this.ui.domain_names.selectize({
236236
delimiter: ',',
237237
persist: false,
238-
maxOptions: 15,
238+
maxOptions: 30,
239239
create: function (input) {
240240
return {
241241
value: input,

0 commit comments

Comments
 (0)