Ready to implement VM list
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
import { mdiDisc, mdiHome, mdiInformation, mdiLanPending } from "@mdi/js";
 | 
			
		||||
import { mdiBoxShadow, mdiDisc, mdiHome, mdiInformation } from "@mdi/js";
 | 
			
		||||
import Icon from "@mdi/react";
 | 
			
		||||
import {
 | 
			
		||||
  Box,
 | 
			
		||||
@@ -45,9 +45,9 @@ export function BaseAuthenticatedPage(): React.ReactElement {
 | 
			
		||||
            icon={<Icon path={mdiHome} size={1} />}
 | 
			
		||||
          />
 | 
			
		||||
          <NavLink
 | 
			
		||||
            label="Networks"
 | 
			
		||||
            uri="/networks"
 | 
			
		||||
            icon={<Icon path={mdiLanPending} size={1} />}
 | 
			
		||||
            label="Virtual machines"
 | 
			
		||||
            uri="/vms"
 | 
			
		||||
            icon={<Icon path={mdiBoxShadow} size={1} />}
 | 
			
		||||
          />
 | 
			
		||||
          <NavLink
 | 
			
		||||
            label="ISO files"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user