File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
<label for =" read" >Read all documents in the Pod</label >
25
25
<br >
26
26
27
- <input id =" write " type =" checkbox" name =" access_mode" value =" Write " checked>
28
- <label for =" write " >Add data to existing documents, and create new documents</label >
27
+ <input id =" append " type =" checkbox" name =" access_mode" value =" Append " checked>
28
+ <label for =" append " >Add data to existing documents, and create new documents</label >
29
29
<br >
30
30
31
- <input id =" append " type =" checkbox" name =" access_mode" value =" Append " checked>
32
- <label for =" append " >Modify and delete data in existing documents, and delete documents</label >
31
+ <input id =" write " type =" checkbox" name =" access_mode" value =" Write " checked>
32
+ <label for =" write " >Modify and delete data in existing documents, and delete documents</label >
33
33
<br >
34
34
35
35
<input id =" control" type =" checkbox" name =" access_mode" value =" Control" >
You can’t perform that action at this time.
0 commit comments