added show password button, updated configurator, fixed login page width.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-10-31 09:41:05 -06:00
parent 986a8420f8
commit 22eb38709a
11 changed files with 91 additions and 19 deletions

View File

@@ -618,7 +618,7 @@ function getLastOdometerReadingAndIncrement(odometerFieldName) {
Swal.fire({
title: 'Increment Last Reported Odometer Reading',
html: `
<input type="text" id="inputOdometerIncrement" class="swal2-input" placeholder="Increment" onkeydown="handleSwalEnter(event)">
<input type="text" inputmode="decimal" id="inputOdometerIncrement" class="swal2-input" placeholder="Increment" onkeydown="handleSwalEnter(event)">
`,
confirmButtonText: 'Add',
focusConfirm: false,