mirror of
				https://git.proxmox.com/git/pve-http-server
				synced 2025-10-31 12:39:30 +00:00 
			
		
		
		
	 157d9875f6
			
		
	
	
		157d9875f6
		
	
	
	
	
		
			
			this makes a few changes necessary, but not too much: * include the different directory for bootstrap5 * use different navbar markup * different classes for navbar container + items * add classes to pre tag since it's not styled anymore in newer bootstrap versions * add 'form-label' to labels * use containers with 'mb-3' for form + buttons * use 'd-grid' container for button instead of 'btn-block' * add 'breadcrumb-item' where necessary Since bootstrap 5 does not depend on jQuery anymore, use that chance to remove it here as dependency too. For that remove the 'button' and 'add_js' subs that were never actually used. Also remove the general /js/ alias and the now unnecessary fonts for bootstrap. Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> Link: https://lore.proxmox.com/20250605090251.886802-1-d.csapak@proxmox.com
		
			
				
	
	
		
			31 lines
		
	
	
		
			945 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			945 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| Source: libpve-http-server-perl
 | |
| Section: perl
 | |
| Priority: optional
 | |
| Maintainer: Proxmox Support Team <support@proxmox.com>
 | |
| Build-Depends: debhelper-compat (= 13), perl,
 | |
| Standards-Version: 4.6.2
 | |
| Homepage: https://www.proxmox.com
 | |
| 
 | |
| Package: libpve-http-server-perl
 | |
| Architecture: all
 | |
| Depends: libanyevent-http-perl,
 | |
|          libanyevent-perl (>= 7.140-3),
 | |
|          libcrypt-ssleay-perl,
 | |
|          libhtml-parser-perl,
 | |
|          libhttp-date-perl,
 | |
|          libhttp-message-perl,
 | |
|          libio-socket-ssl-perl,
 | |
|          libjs-bootstrap5,
 | |
|          libjson-perl,
 | |
|          libnet-ip-perl,
 | |
|          libpve-common-perl (>= 8.0.2),
 | |
|          liburi-perl,
 | |
|          ${misc:Depends},
 | |
|          ${perl:Depends},
 | |
| Breaks: libpve-storage-perl (<< 8.2.5),
 | |
|         pmg-api (<< 8.1.4),
 | |
|         pve-manager (<< 8.2.7),
 | |
| Description: Proxmox Asynchrounous HTTP Server Implementation
 | |
|  This package is used as base to implement the REST API in all perl based
 | |
|  Proxmox projects.
 |