Kaynağa Gözat

fix: increasing maxOptions (amount of domains) to 30

Renan Duarte 1 yıl önce
ebeveyn
işleme
1ab3575c68
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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,