Altro test componente x tablet

This commit is contained in:
Samuele Locatelli
2024-02-21 18:36:44 +01:00
parent 7df41a8403
commit ee17743d07
+4 -2
View File
@@ -247,7 +247,9 @@ else
}
}
@if (showDraw)
@if (showDraw && RecMSE != null)
{
<embed src="@($"disegni/{RecMSE.CodArticolo}.pdf")" width="100%" height="800px" />
<object type="application/pdf" data="@($"disegni/{RecMSE.CodArticolo}.pdf")" width="100%" height="800px" />
@* <embed src="@($"disegni/{RecMSE.CodArticolo}.pdf")" width="100%" height="800px" /> *@
}