use cleaner style for boolean attributes
This commit is contained in:
parent
1dc398e4b9
commit
6a5e5ac180
@ -211,7 +211,7 @@
|
||||
|
||||
<p>Unlock the bootloader to allow flashing the OS and firmware:</p>
|
||||
|
||||
<button id="unlock-bootloader-button" disabled="disabled">Unlock bootloader</button>
|
||||
<button id="unlock-bootloader-button" disabled="">Unlock bootloader</button>
|
||||
|
||||
<p>The command needs to be confirmed on the device and will wipe all data. Use one
|
||||
of the volume keys to switch the selection to accepting it and the power button to
|
||||
@ -228,7 +228,7 @@
|
||||
|
||||
<p>Press the button below to start the download:</p>
|
||||
|
||||
<button id="download-release-button" disabled="disabled">Download release</button>
|
||||
<button id="download-release-button" disabled="">Download release</button>
|
||||
|
||||
<p id="download-release-status-container" hidden="hidden">
|
||||
<strong id="download-release-status"></strong>
|
||||
@ -243,7 +243,7 @@
|
||||
<p>The initial install will be performed by flashing the factory images. This will
|
||||
replace the existing OS installation and wipe all the existing data.</p>
|
||||
|
||||
<button id="flash-release-button" disabled="disabled">Flash release</button>
|
||||
<button id="flash-release-button" disabled="">Flash release</button>
|
||||
|
||||
|
||||
<p>Wait for the flashing process to complete. It will automatically handle
|
||||
@ -276,7 +276,7 @@
|
||||
|
||||
<p>In the bootloader interface, set it to locked:</p>
|
||||
|
||||
<button id="lock-bootloader-button" disabled="disabled">Lock bootloader</button>
|
||||
<button id="lock-bootloader-button" disabled="">Lock bootloader</button>
|
||||
|
||||
<p>The command needs to be confirmed on the device and will wipe all data. Use one
|
||||
of the volume buttons to switch the selection to accepting it and the power button
|
||||
@ -348,7 +348,7 @@
|
||||
stock factory images and before locking the bootloader, you should erase the custom
|
||||
Android Verified Boot key to untrust it:</p>
|
||||
|
||||
<button id="remove-custom-key-button" disabled="disabled">Remove non-stock key</button>
|
||||
<button id="remove-custom-key-button" disabled="">Remove non-stock key</button>
|
||||
|
||||
<p><strong id="remove-custom-key-status"></strong></p>
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user