feat(ServerManagement): add 'home' server type to server configurations and update related components to handle billing and filtering exclusions for home routers
This commit is contained in:
@@ -57,6 +57,7 @@ export default function ServerCard({
|
||||
exit: { label: 'EXIT', color: 'red', icon: IconArrowsRightLeft },
|
||||
bgp: { label: 'BGP', color: 'purple', icon: IconRoute },
|
||||
dns: { label: 'DNS', color: 'cyan', icon: IconWorldWww },
|
||||
home: { label: 'HOME', color: 'green', icon: IconRouter },
|
||||
};
|
||||
const currentTypeConfig = typeConfig[serverType] || typeConfig.jumphost;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user