We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d734ba commit a287199Copy full SHA for a287199
static/monitoring.js
@@ -151,7 +151,7 @@ function userCountString(userCount) {
151
}
152
153
function oemUnlockAllowedString(oemUnlockAllowed2) {
154
- if (oemUnlockAllowed2 >= 0) {
+ if (oemUnlockAllowed2 == 0 || oemUnlockAllowed2 == 1) {
155
return toYesNoString(oemUnlockAllowed2 > 0);
156
} else if (oemUnlockAllowed2 == -2) {
157
return "Invalid";
0 commit comments