mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Add ATA comparer.
This commit is contained in:
@@ -41,5 +41,11 @@
|
||||
@Html.Raw(Html.EncodedMultiLineText(Identify.Prettify(Model.Identify)))
|
||||
</div>
|
||||
<div>
|
||||
<a asp-action="Index" class="btn btn-secondary">Back to List</a>
|
||||
<form asp-action="Compare">
|
||||
<input type="hidden" asp-for="Id" />
|
||||
Compare to:
|
||||
<input name="RightId" type="number" />
|
||||
<a asp-action="Index" class="btn btn-secondary">Back to List</a>
|
||||
<input class="btn btn-primary" type="submit" value="Compare" />
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user