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>
<h2>Components</h2>
@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">
@if (Model.CanDelete)
{
@@ -810,7 +810,7 @@ Write(Html.Partial(MVC.Config.Shared.Views._DeviceGroupDocumentBulkGenerate, Mod
#line default
#line hidden
WriteLiteral(";\r\n<div");
WriteLiteral("\r\n<div");
WriteLiteral(" class=\"actionBar\"");