Add ServerCommandsPanel to ServerStatusPage
This commit is contained in:
		| @@ -3,6 +3,11 @@ import EngineeringIcon from '@mui/icons-material/Engineering'; | ||||
| import HelpCenterIcon from '@mui/icons-material/HelpCenter'; | ||||
| import SupportAgentIcon from '@mui/icons-material/SupportAgent'; | ||||
| import OpenInNewIcon from '@mui/icons-material/OpenInNew'; | ||||
| import PieChartIcon from '@mui/icons-material/PieChart'; | ||||
| import UpgradeIcon from '@mui/icons-material/Upgrade'; | ||||
| import RouterIcon from '@mui/icons-material/Router'; | ||||
| import PriceCheckIcon from '@mui/icons-material/PriceCheck'; | ||||
| import RestartAltIcon from '@mui/icons-material/RestartAlt'; | ||||
|  | ||||
| export const Icons = { | ||||
|   Announcement: AnnouncementIcon, | ||||
| @@ -10,6 +15,11 @@ export const Icons = { | ||||
|   HelpCenter: HelpCenterIcon, | ||||
|   SupportAgent: SupportAgentIcon, | ||||
|   Default: OpenInNewIcon, | ||||
|   PieChart: PieChartIcon, | ||||
|   Upgrade: UpgradeIcon, | ||||
|   Router: RouterIcon, | ||||
|   PriceCheck: PriceCheckIcon, | ||||
|   RestartAlt: RestartAltIcon, | ||||
|   // Add more icons as needed | ||||
| }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Borislav Pantaleev
					Borislav Pantaleev