File tree Expand file tree Collapse file tree 1 file changed +3
-22
lines changed
src/pages/identity/administration/devices Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const Page = () => {
10
10
url : "/api/ExecDeviceDelete" ,
11
11
data : {
12
12
ID : "id" ,
13
- action : "Enable" ,
13
+ action : "! Enable" ,
14
14
} ,
15
15
confirmText : "Are you sure you want to enable this device?" ,
16
16
multiPost : false ,
@@ -21,7 +21,7 @@ const Page = () => {
21
21
url : "/api/ExecDeviceDelete" ,
22
22
data : {
23
23
ID : "id" ,
24
- action : "Disable" ,
24
+ action : "! Disable" ,
25
25
} ,
26
26
confirmText : "Are you sure you want to disable this device?" ,
27
27
multiPost : false ,
@@ -42,31 +42,13 @@ const Page = () => {
42
42
url : "/api/ExecDeviceDelete" ,
43
43
data : {
44
44
ID : "id" ,
45
- action : "Delete" ,
45
+ action : "! Delete" ,
46
46
} ,
47
47
confirmText : "Are you sure you want to delete this device?" ,
48
48
multiPost : false ,
49
49
} ,
50
50
] ;
51
51
52
- const offCanvas = {
53
- extendedInfoFields : [
54
- "accountEnabled" ,
55
- "displayName" ,
56
- "id" ,
57
- "recipientType" ,
58
- "enrollmentType" ,
59
- "manufacturer" ,
60
- "model" ,
61
- "operatingSystem" ,
62
- "operatingSystemVersion" ,
63
- "profileType" ,
64
- "createdDateTime" ,
65
- "approximateLastSignInDateTime" ,
66
- ] ,
67
- actions : actions ,
68
- } ;
69
-
70
52
return (
71
53
< CippTablePage
72
54
title = { pageTitle }
@@ -78,7 +60,6 @@ const Page = () => {
78
60
} }
79
61
apiDataKey = "Results"
80
62
actions = { actions }
81
- offCanvas = { offCanvas }
82
63
simpleColumns = { [
83
64
"displayName" ,
84
65
"accountEnabled" ,
You can’t perform that action at this time.
0 commit comments