You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ToggleButtonstyle={{color: "black",fontWeight: "bold"}}value="table"title='Table view of models'><imgalt=''style={{display: "block",width: "17px"}}src={tableIcon}/></ToggleButton>
60
-
<ToggleButtonstyle={{color: "black",fontWeight: "bold"}}value="graph"title='Force directed graph that show the models and its dependencies'><imgalt=''style={{display: "block",width: "17px"}}src={graphIcon}/></ToggleButton>
61
-
<ToggleButtonstyle={{color: "black",fontWeight: "bold"}}value="arc"title='Arc graph that shows the dependencies between models, vulnerabilities and projects'><imgalt=''style={{display: "block",width: "17px"}}src={arcIcon}/></ToggleButton>
64
+
<Button
65
+
variant="contained"
66
+
size="small"
67
+
startIcon={<CompareArrowsIcon/>}
68
+
onClick={()=>setOpenCompare(true)}
69
+
sx={{
70
+
backgroundColor: "#1976d2",
71
+
color: "#ffffff",
72
+
textTransform: "none",
73
+
fontWeight: 600,
74
+
mr: 1,
75
+
"&:hover": {
76
+
backgroundColor: "#1565c0"
77
+
}
78
+
}}
79
+
>
80
+
Compare Models
81
+
</Button>
82
+
83
+
<ToggleButtonstyle={{color: "black",fontWeight: "bold"}}value="table"title='Table view of models'><imgalt=''style={{display: "block",width: "17px"}}src={tableIcon}/></ToggleButton>
84
+
<ToggleButtonstyle={{color: "black",fontWeight: "bold"}}value="graph"title='Force directed graph that show the models and its dependencies'><imgalt=''style={{display: "block",width: "17px"}}src={graphIcon}/></ToggleButton>
85
+
<ToggleButtonstyle={{color: "black",fontWeight: "bold"}}value="arc"title='Arc graph that shows the dependencies between models, vulnerabilities and projects'><imgalt=''style={{display: "block",width: "17px"}}src={arcIcon}/></ToggleButton>
0 commit comments