bug: remove stray brace from device model view

This commit is contained in:
Gary Sharp
2025-06-18 13:09:31 +10:00
parent ee273ffe03
commit f06a37ebb4
2 changed files with 2 additions and 2 deletions
@@ -245,7 +245,7 @@
</div> </div>
<h2>Components</h2> <h2>Components</h2>
@Html.Partial(MVC.Config.DeviceModel.Views._DeviceComponentsTable, Model.DeviceComponentsModel) @Html.Partial(MVC.Config.DeviceModel.Views._DeviceComponentsTable, Model.DeviceComponentsModel)
@Html.Partial(MVC.Config.Shared.Views._DeviceGroupDocumentBulkGenerate, Model); @Html.Partial(MVC.Config.Shared.Views._DeviceGroupDocumentBulkGenerate, Model)
<div class="actionBar"> <div class="actionBar">
@if (Model.CanDelete) @if (Model.CanDelete)
{ {
@@ -810,7 +810,7 @@ Write(Html.Partial(MVC.Config.Shared.Views._DeviceGroupDocumentBulkGenerate, Mod
#line default #line default
#line hidden #line hidden
WriteLiteral(";\r\n<div"); WriteLiteral("\r\n<div");
WriteLiteral(" class=\"actionBar\""); WriteLiteral(" class=\"actionBar\"");