Update config builder MaxInactivityDeviceLock (#40848)
Resolves #40847 --------- Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
+2
-2
@@ -1841,7 +1841,7 @@ parasails.registerPage('configuration-builder', {
|
||||
name: 'Maximum inactivity time before device locks',
|
||||
uniqueSlug: 'windows-device-lock-max-inactivity-before-device-locks',
|
||||
category: 'Device lock',
|
||||
tooltip: 'The number of seconds a device can remain inactive before a password is required to unlock the device.',
|
||||
tooltip: 'The number of minutes a device can remain inactive before a password is required to unlock the device.',
|
||||
supportedAccessTypes: ['add', 'replace'],
|
||||
alsoAutoSetWhenSelected: [
|
||||
{
|
||||
@@ -1864,7 +1864,7 @@ parasails.registerPage('configuration-builder', {
|
||||
name: 'Maximum inactivity time before device locks with external display',
|
||||
uniqueSlug: 'windows-device-lock-max-inactivity-before-device-locks-with-external-display',
|
||||
category: 'Device lock',
|
||||
tooltip: 'The number of seconds a device can remain inactive while using an external monitor before a password is required to unlock the device.',
|
||||
tooltip: 'The number of minutes a device can remain inactive while using an external monitor before a password is required to unlock the device.',
|
||||
supportedAccessTypes: ['add', 'replace'],
|
||||
alsoAutoSetWhenSelected: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user