mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-10-31 03:19:20 +08:00 
			
		
		
		
	Merge pull request #3209 from chakflying/fix/apikey-modal-layout
Fix: Fix incorrect modal layout in generate api-key
This commit is contained in:
		| @@ -48,15 +48,14 @@ | ||||
|                                 </div> | ||||
|                             </div> | ||||
|                         </div> | ||||
|  | ||||
|                         <div class="modal-footer"> | ||||
|                             <button | ||||
|                                 id="monitor-submit-btn" class="btn btn-primary" type="submit" | ||||
|                                 :disabled="processing" | ||||
|                             > | ||||
|                                 {{ $t("Generate") }} | ||||
|                             </button> | ||||
|                         </div> | ||||
|                     </div> | ||||
|                     <div class="modal-footer"> | ||||
|                         <button | ||||
|                             id="monitor-submit-btn" class="btn btn-primary" type="submit" | ||||
|                             :disabled="processing" | ||||
|                         > | ||||
|                             {{ $t("Generate") }} | ||||
|                         </button> | ||||
|                     </div> | ||||
|                 </div> | ||||
|             </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user