File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/pages/identity/administration/devices Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ const Page = () => {
10
10
type : "GET" ,
11
11
url : "/api/ExecDeviceDelete" ,
12
12
data : {
13
- ID : "ID " ,
14
- Action : "Enable" ,
13
+ ID : "id " ,
14
+ Action : "! Enable" ,
15
15
} ,
16
16
confirmText : "Are you sure you want to enable this device?" ,
17
17
multiPost : false ,
@@ -21,8 +21,8 @@ const Page = () => {
21
21
type : "GET" ,
22
22
url : "/api/ExecDeviceDelete" ,
23
23
data : {
24
- ID : "ID " ,
25
- Action : "Disable" ,
24
+ ID : "id " ,
25
+ Action : "! Disable" ,
26
26
} ,
27
27
confirmText : "Are you sure you want to disable this device?" ,
28
28
multiPost : false ,
@@ -32,7 +32,7 @@ const Page = () => {
32
32
type : "GET" ,
33
33
url : "/api/ExecGetRecoveryKey" ,
34
34
data : {
35
- GUID : "ID " ,
35
+ GUID : "id " ,
36
36
} ,
37
37
confirmText : "Are you sure you want to retrieve the Bitlocker keys?" ,
38
38
multiPost : false ,
@@ -42,8 +42,8 @@ const Page = () => {
42
42
type : "GET" ,
43
43
url : "/api/ExecDeviceDelete" ,
44
44
data : {
45
- ID : "ID " ,
46
- Action : "Delete" ,
45
+ ID : "id " ,
46
+ Action : "! Delete" ,
47
47
} ,
48
48
confirmText : "Are you sure you want to delete this device?" ,
49
49
multiPost : false ,
You can’t perform that action at this time.
0 commit comments