mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Merge branch 'master' of github.com:jc21/nginx-proxy-manager into develop
This commit is contained in:
		| @@ -60,7 +60,7 @@ | ||||
|                             <div class="form-label"><%- i18n('certificates', 'other-certificate-key') %><span class="form-required">*</span></div> | ||||
|                             <div class="custom-file"> | ||||
|                                 <input type="file" class="custom-file-input" name="meta[other_certificate_key]" id="other_certificate_key" required> | ||||
|                                 <label class="custom-file-label"><%- i18n('str', 'choose-file') %></label> | ||||
|                                 <label id="other_certificate_key_label" class="custom-file-label"><%- i18n('str', 'choose-file') %></label> | ||||
|                             </div> | ||||
|                         </div> | ||||
|                     </div> | ||||
| @@ -69,7 +69,7 @@ | ||||
|                             <div class="form-label"><%- i18n('certificates', 'other-certificate') %><span class="form-required">*</span></div> | ||||
|                             <div class="custom-file"> | ||||
|                                 <input type="file" class="custom-file-input" name="meta[other_certificate]" id="other_certificate"> | ||||
|                                 <label class="custom-file-label"><%- i18n('str', 'choose-file') %></label> | ||||
|                                 <label id="other_certificate_label" class="custom-file-label"><%- i18n('str', 'choose-file') %></label> | ||||
|                             </div> | ||||
|                         </div> | ||||
|                     </div> | ||||
| @@ -78,7 +78,7 @@ | ||||
|                             <div class="form-label"><%- i18n('certificates', 'other-intermediate-certificate') %></div> | ||||
|                             <div class="custom-file"> | ||||
|                                 <input type="file" class="custom-file-input" name="meta[other_intermediate_certificate]" id="other_intermediate_certificate"> | ||||
|                                 <label class="custom-file-label"><%- i18n('str', 'choose-file') %></label> | ||||
|                                 <label id="other_intermediate_certificate_label" class="custom-file-label"><%- i18n('str', 'choose-file') %></label> | ||||
|                             </div> | ||||
|                         </div> | ||||
|                     </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user