mirror of
				https://gitlab.nic.cz/turris/reforis/foris-js.git
				synced 2025-11-03 23:00:31 +01:00 
			
		
		
		
	Refactor ForisURLs to include new URLs for Overview page
This commit is contained in:
		@@ -27,6 +27,13 @@ export const ForisURLs = {
 | 
				
			|||||||
    storage: `${REFORIS_URL_PREFIX}/storage`,
 | 
					    storage: `${REFORIS_URL_PREFIX}/storage`,
 | 
				
			||||||
    sentinelAgreement: `${REFORIS_URL_PREFIX}/sentinel/agreement`,
 | 
					    sentinelAgreement: `${REFORIS_URL_PREFIX}/sentinel/agreement`,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // URLs without prefix for Overview page
 | 
				
			||||||
 | 
					    openvpnClientSettings: "/openvpn/client-settings",
 | 
				
			||||||
 | 
					    packageManagementPackages: "/package-management/packages",
 | 
				
			||||||
 | 
					    packageManagementUpdateSettings: "/package-management/update-settings",
 | 
				
			||||||
 | 
					    sentinelLicenseAgreement: "/sentinel/agreement",
 | 
				
			||||||
 | 
					    librespeedSpeedTest: "/librespeed/speed-test",
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // Notifications links are used with <Link/> inside Router, thus url subdir is not required.
 | 
					    // Notifications links are used with <Link/> inside Router, thus url subdir is not required.
 | 
				
			||||||
    overview: "/overview",
 | 
					    overview: "/overview",
 | 
				
			||||||
    notifications: "/overview#notifications",
 | 
					    notifications: "/overview#notifications",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user