Issue 1: “Refresh IPv6” button causes redirect
 
	Steps to reproduce:
 
	
		
			Log in as admin
		 
	
	
		
			Go to “Services”
		 
	
	
		
			Click “Manage” on a service
		 
	
	
		
			Open the “IP Addresses” tab
		 
	
	
		
			Click the “Refresh IPv6” button
		 
	
	Observed behavior: 
	Clicking the button redirects to the customer portal instead of staying on the same page.
 
	Additional note: 
	It would be more convenient if IPv6 networks were always fetched directly via the API. Currently, the admin has to manually click the button for each customer to keep the data up to date. 
	 
 
	Issue 2: Additional IPv4 addresses cannot be removed by the customer
 
	Steps to reproduce:
 
	
		
			Log in as a customer
		 
	
	
		
			Order additional IPv4 addresses
		 
	
	
		
			Go to the “IP Addresses” section
		 
	
	
		
			Click “Remove IP”
		 
	
	
		
			Confirm the action in the modal
		 
	
	Observed behavior: 
	After confirmation, nothing happens. The IP address is not removed. 
	 
 
	Issue 3: Additional IPv4 addresses ordered later are not shown in Blesta
 
	Steps to reproduce:
 
	
		
			Order a new VPS without any additional IPv4 addresses
		 
	
	
		
			After the VPS has been created, order additional IPv4 addresses for that VPS
		 
	
	Observed behavior: 
	The additional IPs are assigned to the VPS in VirtFusion, but they are not displayed in Blesta. 
	Only IPs added during the initial VPS order are visible in Blesta. 
	 
 
	Issue 4: Unclear meaning of “Base IP Addresses”
 
	There is a separate entry called “Base IP Addresses”, but it is unclear what this refers to. It is neither the default IPv4 address nor the additional ones.
 
	 
 
	Issue 5: Missing translations for “Manage” page text and button in client area
 
	Details: 
	When clicking the “Manage” menu item as a logged-in customer, you are redirected to a separate page. On this page, there is a text and a button which lack translation.
 
	Technical details: 
	The text and button labels are hardcoded directly in the view file tabManage.pdt as follows
 
<p>Manage your server via our dedicated control panel. You will be automatically authenticated and redirected to the control panel.</p>
<button type="submit" value="submit" class="btn btn-default">
    Manage my Server
</button>
	Because these strings are hardcoded in the template, they cannot be translated through normal language files. 
	 
	Logs: 
	No errors were logged for any of the issues mentioned above.