File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
roles/ui/files/FWO.UI/Shared Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7777 @( context .App ? .DisplayWithoutAppId (userConfig .GetText (" common_service" )))
7878 </Template >
7979 </Column >
80- }
81- < Column TableItem = " ModellingConnection " Title = " @(userConfig.GetText( " ext_app_id " )) " Field = " @(x => x.App.ExtAppId) " Sortable = " true " Filterable = " true " >
82- < Template >
83- @( context . App . ExtAppId )
84- </Template >
85- </ Column >
80+ < Column TableItem = " ModellingConnection " Title = " @(userConfig.GetText( " ext_app_id " )) " Field = " @(x => x.App.ExtAppId) " Sortable = " true " Filterable = " true " >
81+ < Template >
82+ @( context . App . ExtAppId )
83+ </ Template >
84+ </Column >
85+ }
8686 <Column TableItem =" ModellingConnection" Title =" @(userConfig.GetText(" name " ))" Field =" @(x => x.Name)" Sortable =" true" Filterable =" true" >
8787 <Template >
8888 @( (MarkupString )DisplayConditional (context , context .Name ?? " " ))
You can’t perform that action at this time.
0 commit comments