Prre release buton
This commit is contained in:
parent
7f0518ec82
commit
74ffc8e83e
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@
|
||||||
<label asp-for="PackageId" class="control-label"></label>
|
<label asp-for="PackageId" class="control-label"></label>
|
||||||
<input asp-for="PackageId" class="form-control" />
|
<input asp-for="PackageId" class="form-control" />
|
||||||
</div>
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<label asp-for="Prerelease" class="control-label"></label>
|
||||||
|
<input asp-for="Prerelease" class="form-control" />
|
||||||
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input type="submit" value="Find" class="btn btn-default" />
|
<input type="submit" value="Find" class="btn btn-default" />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue