File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 90
90
<checkBox refId =" GLPI_scan-homedirs" defaultChecked =" false" >scan-homedirs</checkBox >
91
91
<checkBox refId =" GLPI_scan-profiles" defaultChecked =" false" >scan-profiles</checkBox >
92
92
<checkBox refId =" GLPI_no-httpd" >no-httpd</checkBox >
93
+ <textBox refId =" GLPI_full-inventory-postpone" >
94
+ <label >full-inventory-postpone</label >
95
+ <defaultValue >14</defaultValue >
96
+ </textBox >
97
+ <checkBox refId =" GLPI_json" >json</checkBox >
93
98
</presentation >
94
99
</presentationTable >
95
100
</resources >
Original file line number Diff line number Diff line change 73
73
<string >0</string >
74
74
</falseValue >
75
75
</boolean >
76
+ <text id =" GLPI_full-inventory-postpone" key =" SOFTWARE\GLPI-Agent" valueName =" full-inventory-postpone" required =" true" />
77
+ <boolean id =" GLPI_json" key =" SOFTWARE\GLPI-Agent" valueName =" json" >
78
+ <trueValue >
79
+ <string >1</string >
80
+ </trueValue >
81
+ <falseValue >
82
+ <string >0</string >
83
+ </falseValue >
84
+ </boolean >
76
85
</elements >
77
86
</policy >
78
87
<policy name =" GLPI_CONFIGURE32on64" class =" Machine" displayName =" $(string.GLPI_CONFIGURE32on64)" explainText =" $(string.GLPI_CONFIGURE_EXPLAIN)" presentation =" $(presentation.GLPI_CONFIGURE)" key =" SOFTWARE\Wow6432Node\GLPI-Agent" >
137
146
<string >0</string >
138
147
</falseValue >
139
148
</boolean >
149
+ <text id =" GLPI_full-inventory-postpone" key =" SOFTWARE\Wow6432Node\GLPI-Agent" valueName =" full-inventory-postpone" required =" true" />
150
+ <boolean id =" GLPI_json" key =" SOFTWARE\Wow6432Node\GLPI-Agent" valueName =" json" >
151
+ <trueValue >
152
+ <string >1</string >
153
+ </trueValue >
154
+ <falseValue >
155
+ <string >0</string >
156
+ </falseValue >
157
+ </boolean >
140
158
</elements >
141
159
</policy >
142
160
</policies >
You can’t perform that action at this time.
0 commit comments