Merge pull request #96 from JsBergbau/master

Modified diskdevice variable to also match SD card of Raspberry Pi
This commit is contained in:
Ricardo F 2022-01-11 14:47:14 +01:00 committed by GitHub
commit 10f9abba16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14058,8 +14058,8 @@
"allValue": null, "allValue": null,
"current": { "current": {
"selected": false, "selected": false,
"text": "[a-z]+|nvme[0-9]+n[0-9]+", "text": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+",
"value": "[a-z]+|nvme[0-9]+n[0-9]+" "value": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+"
}, },
"error": null, "error": null,
"hide": 2, "hide": 2,
@ -14070,11 +14070,11 @@
"options": [ "options": [
{ {
"selected": true, "selected": true,
"text": "[a-z]+|nvme[0-9]+n[0-9]+", "text": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+",
"value": "[a-z]+|nvme[0-9]+n[0-9]+" "value": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+"
} }
], ],
"query": "[a-z]+|nvme[0-9]+n[0-9]+", "query": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+",
"skipUrlSync": false, "skipUrlSync": false,
"type": "custom" "type": "custom"
} }