File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/views/endpoint/intune Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -68,18 +68,18 @@ const AutopilotListTemplates = () => {
68
68
const columns = [
69
69
{
70
70
name : 'Display Name' ,
71
- selector : ( row ) => row [ 'Displayname ' ] ,
71
+ selector : ( row ) => row [ 'displayName ' ] ,
72
72
sortable : true ,
73
- cell : ( row ) => CellTip ( row [ 'Displayname ' ] ) ,
73
+ cell : ( row ) => CellTip ( row [ 'displayName ' ] ) ,
74
74
exportSelector : 'Displayname' ,
75
75
minWidth : '400px' ,
76
76
maxWidth : '400px' ,
77
77
} ,
78
78
{
79
79
name : 'Description' ,
80
- selector : ( row ) => row [ 'Description ' ] ,
80
+ selector : ( row ) => row [ 'description ' ] ,
81
81
sortable : true ,
82
- cell : ( row ) => CellTip ( row [ 'Description ' ] ) ,
82
+ cell : ( row ) => CellTip ( row [ 'description ' ] ) ,
83
83
exportSelector : 'Description' ,
84
84
minWidth : '400px' ,
85
85
maxWidth : '400px' ,
@@ -124,7 +124,7 @@ const AutopilotListTemplates = () => {
124
124
< CippDatatable
125
125
keyField = "id"
126
126
reportName = { `${ tenant ?. defaultDomainName } -MEMPolicyTemplates-List` }
127
- path = "/api/ListIntuneTemplates"
127
+ path = "/api/ListIntuneTemplates?View=true "
128
128
columns = { columns }
129
129
params = { { TenantFilter : tenant ?. defaultDomainName } }
130
130
/>
You can’t perform that action at this time.
0 commit comments