mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-10-31 19:39: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> | ||||||
|                         </div> |                         </div> | ||||||
|  |                     </div> | ||||||
|                         <div class="modal-footer"> |                     <div class="modal-footer"> | ||||||
|                             <button |                         <button | ||||||
|                                 id="monitor-submit-btn" class="btn btn-primary" type="submit" |                             id="monitor-submit-btn" class="btn btn-primary" type="submit" | ||||||
|                                 :disabled="processing" |                             :disabled="processing" | ||||||
|                             > |                         > | ||||||
|                                 {{ $t("Generate") }} |                             {{ $t("Generate") }} | ||||||
|                             </button> |                         </button> | ||||||
|                         </div> |  | ||||||
|                     </div> |                     </div> | ||||||
|                 </div> |                 </div> | ||||||
|             </div> |             </div> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user