mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 07:53:39 +00:00
make image smaller + allow long passwd + dep updates + fix compression/misspellings
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
@@ -132,7 +132,7 @@ module.exports = Mn.View.extend({
|
||||
let items = this.model.get('items');
|
||||
let clients = this.model.get('clients');
|
||||
|
||||
// Ensure at least one field is shown initally
|
||||
// Ensure at least one field is shown initially
|
||||
if (!items.length) items.push({});
|
||||
if (!clients.length) clients.push({});
|
||||
|
||||
|
@@ -268,7 +268,7 @@ module.exports = Mn.View.extend({
|
||||
this.ui.domain_names.selectize({
|
||||
delimiter: ',',
|
||||
persist: false,
|
||||
maxOptions: 64,
|
||||
maxOptions: 99,
|
||||
create: function (input) {
|
||||
return {
|
||||
value: input,
|
||||
|
@@ -221,7 +221,7 @@ module.exports = Mn.View.extend({
|
||||
this.ui.domain_names.selectize({
|
||||
delimiter: ',',
|
||||
persist: false,
|
||||
maxOptions: 64,
|
||||
maxOptions: 99,
|
||||
create: function (input) {
|
||||
return {
|
||||
value: input,
|
||||
|
@@ -259,7 +259,7 @@ module.exports = Mn.View.extend({
|
||||
this.ui.domain_names.selectize({
|
||||
delimiter: ',',
|
||||
persist: false,
|
||||
maxOptions: 64,
|
||||
maxOptions: 99,
|
||||
create: function (input) {
|
||||
return {
|
||||
value: input,
|
||||
|
@@ -223,7 +223,7 @@ module.exports = Mn.View.extend({
|
||||
this.ui.domain_names.selectize({
|
||||
delimiter: ',',
|
||||
persist: false,
|
||||
maxOptions: 64,
|
||||
maxOptions: 99,
|
||||
create: function (input) {
|
||||
return {
|
||||
value: input,
|
||||
|
Reference in New Issue
Block a user