Forráskód Böngészése

fix: increasing maxOptions (amount of domains) to 30

Renan Duarte 1 éve
szülő
commit
1ab3575c68
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      frontend/js/app/nginx/certificates/form.js

+ 1 - 1
frontend/js/app/nginx/certificates/form.js

@@ -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,