Turn XML routes into tabs
This commit is contained in:
@ -51,14 +51,6 @@ function ViewNetworkRouteInner(p: {
|
||||
<span style={{ display: "flex", alignItems: "center" }}>
|
||||
<NetworkStatusWidget net={p.network} onChange={setNetStatus} />
|
||||
|
||||
<RouterLink to={NetworkXMLURL(p.network)}>
|
||||
<Tooltip title="View network definition">
|
||||
<IconButton size="small">
|
||||
<Icon path={mdiXml} style={{ width: "1em" }} />
|
||||
</IconButton>
|
||||
</Tooltip>
|
||||
</RouterLink>
|
||||
|
||||
<ConfigImportExportButtons
|
||||
filename={`net-${p.network.name}.json`}
|
||||
currentConf={p.network}
|
||||
|
Reference in New Issue
Block a user