mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Implement edit admin page for resolutions by screen.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<h1>Edit</h1>
|
||||
|
||||
<h4>ResolutionsByScreen</h4>
|
||||
<h4>Resolutions by screen</h4>
|
||||
<hr />
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
@@ -15,7 +15,7 @@
|
||||
class="text-danger">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label asp-for="ScreenId"
|
||||
<label asp-for="Screen"
|
||||
class="control-label">
|
||||
</label>
|
||||
<select asp-for="ScreenId"
|
||||
@@ -27,7 +27,7 @@
|
||||
</span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label asp-for="ResolutionId"
|
||||
<label asp-for="Resolution"
|
||||
class="control-label">
|
||||
</label>
|
||||
<select asp-for="ResolutionId"
|
||||
@@ -44,11 +44,12 @@
|
||||
<input class="btn btn-primary"
|
||||
type="submit"
|
||||
value="Save" />
|
||||
<a asp-action="Index" class="btn btn-secondary">Back to List</a>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<a asp-action="Index">Back to List</a>
|
||||
</div>
|
||||
@section Scripts {
|
||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
||||
}
|
||||
Reference in New Issue
Block a user