Removed the navigation link on the IT dashoboard storage status indicator

main
Felix Morales 3 months ago
parent f2c753a93e
commit f641256dd8
  1. 3
      src/Components/Dashboard/DashboardSistemas.tsx

@ -106,8 +106,9 @@ export const DashboardSistemas:React.FC = () => {
{/* <Col xs={3}></Col> */} {/* <Col xs={3}></Col> */}
<Col xs={6} style={{ paddingRight: '5px' }}> <Col xs={6} style={{ paddingRight: '5px' }}>
<Link <Link
to={`../RptCorresponsalesTraficos/proc=1/modo=1`} to={``}
style={{ style={{
visibility: 'hidden',
textDecoration: 'none', textDecoration: 'none',
float: 'right', float: 'right',
paddingRight: '10px', paddingRight: '10px',

Loading…
Cancel
Save