Add instruction set extension by processor validation.

This commit is contained in:
2019-05-19 19:55:51 +01:00
parent f155cf7ce2
commit 3760df012c
5 changed files with 34 additions and 3 deletions

View File

@@ -51,4 +51,8 @@
</div>
</form>
</div>
</div>
</div>
@section Scripts {
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
}