|
186 | 186 | ElementsToAdd="ConnHandler.SrcAreasToAdd" ElementsToDelete="ConnHandler.SrcAreasToDelete" StdLayout="false" |
187 | 187 | AfterRemoveAction="() => {ConnHandler.CalcVisibility(); StateHasChanged(); return true;}"> |
188 | 188 | <Display> |
189 | | - <div class="row"> |
190 | | - <div class="ml-13 col-sm-12 border form-control form-control-sm bg-transparent">@((MarkupString)context.DisplayWithIcon())</div> |
| 189 | + <div class="row mx-0"> |
| 190 | + <div class="form-control-sm">@((MarkupString)context.DisplayWithIcon())</div> |
191 | 191 | </div> |
192 | 192 | </Display> |
193 | 193 | </EditList> |
194 | 194 | <EditList ElementType="ModellingNwGroup" Elements="ModellingNwGroupWrapper.Resolve(ConnHandler.ActConn.SourceOtherGroups)" |
195 | 195 | ElementsToAdd="ConnHandler.SrcNwGroupsToAdd" ElementsToDelete="ConnHandler.SrcNwGroupsToDelete" StdLayout="false" |
196 | 196 | AfterRemoveAction="() => {ConnHandler.CalcVisibility(); StateHasChanged(); return true;}"> |
197 | 197 | <Display> |
198 | | - <div class="row"> |
199 | | - <div class="ml-13 col-sm-12 border form-control form-control-sm bg-transparent">@((MarkupString)context.DisplayWithIcon())</div> |
| 198 | + <div class="row mx-0"> |
| 199 | + <div class="form-control-sm">@((MarkupString)context.DisplayWithIcon())</div> |
200 | 200 | </div> |
201 | 201 | </Display> |
202 | 202 | </EditList> |
203 | 203 | <EditList ElementType="ModellingAppRole" Elements="ModellingAppRoleWrapper.Resolve(ConnHandler.ActConn.SourceAppRoles.Where(x => x.Content.Id != ConnHandler.DummyAppRole.Id).ToList())" |
204 | 204 | ElementsToAdd="ConnHandler.SrcAppRolesToAdd" ElementsToDelete="ConnHandler.SrcAppRolesToDelete" StdLayout="false" |
205 | 205 | AfterRemoveAction="() => {ConnHandler.CalcVisibility(); StateHasChanged(); return true;}"> |
206 | 206 | <Display> |
207 | | - <div class="row"> |
208 | | - <div class="ml-13 col-sm-12 border form-control form-control-sm bg-transparent">@((MarkupString)context.DisplayWithIcon())</div> |
| 207 | + <div class="row mx-0"> |
| 208 | + <div class="form-control-sm">@((MarkupString)context.DisplayWithIcon())</div> |
209 | 209 | </div> |
210 | 210 | </Display> |
211 | 211 | </EditList> |
212 | 212 | <EditList ElementType="ModellingAppServer" Elements="ModellingAppServerWrapper.Resolve(ConnHandler.ActConn.SourceAppServers)" |
213 | 213 | ElementsToAdd="ConnHandler.SrcAppServerToAdd" ElementsToDelete="ConnHandler.SrcAppServerToDelete" StdLayout="false" |
214 | 214 | AfterRemoveAction="() => {ConnHandler.CalcVisibility(); StateHasChanged(); return true;}"> |
215 | 215 | <Display> |
216 | | - <div class="row"> |
217 | | - <div class="ml-13 col-sm-12 border form-control form-control-sm bg-transparent">@((MarkupString)context.DisplayWithIcon())</div> |
| 216 | + <div class="row mx-0"> |
| 217 | + <div class="form-control-sm">@((MarkupString)context.DisplayWithIcon())</div> |
218 | 218 | </div> |
219 | 219 | </Display> |
220 | 220 | </EditList> |
|
262 | 262 | ElementsToAdd="ConnHandler.SvcGrpToAdd" ElementsToDelete="ConnHandler.SvcGrpToDelete" StdLayout="false" |
263 | 263 | AfterRemoveAction="() => {ConnHandler.CalcVisibility(); StateHasChanged(); return true;}"> |
264 | 264 | <Display> |
265 | | - <div class="row"> |
266 | | - <div class="ml-13 col-sm-12 border form-control form-control-sm bg-transparent">@((MarkupString)context.DisplayWithIcon())</div> |
| 265 | + <div class="row mx-0"> |
| 266 | + <div class="form-control-sm">@((MarkupString)context.DisplayWithIcon())</div> |
267 | 267 | </div> |
268 | 268 | </Display> |
269 | 269 | </EditList> |
270 | 270 | <EditList ElementType="ModellingService" Elements="ModellingServiceWrapper.Resolve(ConnHandler.ActConn.Services)" |
271 | 271 | ElementsToAdd="ConnHandler.SvcToAdd" ElementsToDelete="ConnHandler.SvcToDelete" StdLayout="false" |
272 | 272 | AfterRemoveAction="() => {ConnHandler.CalcVisibility(); StateHasChanged(); return true;}"> |
273 | 273 | <Display> |
274 | | - <div class="row"> |
275 | | - <div class="ml-13 col-sm-12 border form-control form-control-sm bg-transparent">@((MarkupString)context.DisplayWithIcon())</div> |
| 274 | + <div class="row mx-0"> |
| 275 | + <div class="form-control-sm">@((MarkupString)context.DisplayWithIcon())</div> |
276 | 276 | </div> |
277 | 277 | </Display> |
278 | 278 | </EditList> |
|
340 | 340 | ElementsToAdd="ConnHandler.DstNwGroupsToAdd" ElementsToDelete="ConnHandler.DstNwGroupsToDelete" StdLayout="false" |
341 | 341 | AfterRemoveAction="() => {ConnHandler.CalcVisibility(); StateHasChanged(); return true;}"> |
342 | 342 | <Display> |
343 | | - <div class="row"> |
344 | | - <div class="ml-13 col-sm-12 border form-control form-control-sm bg-transparent">@((MarkupString)context.DisplayWithIcon())</div> |
| 343 | + <div class="row mx-0"> |
| 344 | + <div class="form-control-sm">@((MarkupString)context.DisplayWithIcon())</div> |
345 | 345 | </div> |
346 | 346 | </Display> |
347 | 347 | </EditList> |
348 | 348 | <EditList ElementType="ModellingNetworkArea" Elements="ModellingNetworkAreaWrapper.Resolve(ConnHandler.ActConn.DestinationAreas)" |
349 | 349 | ElementsToAdd="ConnHandler.DstAreasToAdd" ElementsToDelete="ConnHandler.DstAreasToDelete" StdLayout="false" |
350 | 350 | AfterRemoveAction="() => {ConnHandler.CalcVisibility(); StateHasChanged(); return true;}"> |
351 | 351 | <Display> |
352 | | - <div class="row"> |
353 | | - <div class="ml-13 col-sm-12 border form-control form-control-sm bg-transparent">@((MarkupString)context.DisplayWithIcon())</div> |
| 352 | + <div class="row mx-0"> |
| 353 | + <div class="form-control-sm">@((MarkupString)context.DisplayWithIcon())</div> |
354 | 354 | </div> |
355 | 355 | </Display> |
356 | 356 | </EditList> |
357 | 357 | <EditList ElementType="ModellingAppRole" Elements="ModellingAppRoleWrapper.Resolve(ConnHandler.ActConn.DestinationAppRoles.Where(x => x.Content.Id != ConnHandler.DummyAppRole.Id).ToList())" |
358 | 358 | ElementsToAdd="ConnHandler.DstAppRolesToAdd" ElementsToDelete="ConnHandler.DstAppRolesToDelete" StdLayout="false" |
359 | 359 | AfterRemoveAction="() => {ConnHandler.CalcVisibility(); StateHasChanged(); return true;}"> |
360 | 360 | <Display> |
361 | | - <div class="row"> |
362 | | - <div class="ml-13 col-sm-12 border form-control form-control-sm bg-transparent">@((MarkupString)context.DisplayWithIcon())</div> |
| 361 | + <div class="row mx-0"> |
| 362 | + <div class="form-control-sm">@((MarkupString)context.DisplayWithIcon())</div> |
363 | 363 | </div> |
364 | 364 | </Display> |
365 | 365 | </EditList> |
366 | 366 | <EditList ElementType="ModellingAppServer" Elements="ModellingAppServerWrapper.Resolve(ConnHandler.ActConn.DestinationAppServers)" |
367 | 367 | ElementsToAdd="ConnHandler.DstAppServerToAdd" ElementsToDelete="ConnHandler.DstAppServerToDelete" StdLayout="false" |
368 | 368 | AfterRemoveAction="() => {ConnHandler.CalcVisibility(); StateHasChanged(); return true;}"> |
369 | 369 | <Display> |
370 | | - <div class="row"> |
371 | | - <div class="ml-13 col-sm-12 border form-control form-control-sm bg-transparent">@((MarkupString)context.DisplayWithIcon())</div> |
| 370 | + <div class="row mx-0"> |
| 371 | + <div class="form-control-sm">@((MarkupString)context.DisplayWithIcon())</div> |
372 | 372 | </div> |
373 | 373 | </Display> |
374 | 374 | </EditList> |
|
0 commit comments