Skip to content

Commit 1ab3575

Browse files
authored
fix: increasing maxOptions (amount of domains) to 30
1 parent e08a4d4 commit 1ab3575

File tree

1 file changed

+1
-1
lines changed
  • frontend/js/app/nginx/certificates

1 file changed

+1
-1
lines changed

frontend/js/app/nginx/certificates/form.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ module.exports = Mn.View.extend({
265265
this.ui.domain_names.selectize({
266266
delimiter: ',',
267267
persist: false,
268-
maxOptions: 15,
268+
maxOptions: 30,
269269
create: function (input) {
270270
return {
271271
value: input,

0 commit comments

Comments
 (0)