diff options
author | h6w <tudor@tudorholton.com> | 2019-09-08 15:58:27 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-08 15:58:27 +1000 |
commit | cea2e394ad591211a947c4f6c69f199d02d075c0 (patch) | |
tree | 63d036f701cfcf0a56c2de2ccdf2adc50118f7b9 | |
parent | 949534be2c20e4f82dece0a90d23b95cde297abd (diff) | |
parent | c47dbd153c6cbd134e4e24e3fb9912ced8b65861 (diff) | |
download | phpvirtualbox-cea2e394ad591211a947c4f6c69f199d02d075c0.zip phpvirtualbox-cea2e394ad591211a947c4f6c69f199d02d075c0.tar.gz phpvirtualbox-cea2e394ad591211a947c4f6c69f199d02d075c0.tar.bz2 |
Merge pull request #189 from chotaire/chot-scsi-disks
Change SCSI maxPortCount to 15 (by pasha1st)
-rw-r--r-- | js/phpvirtualbox.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/phpvirtualbox.js b/js/phpvirtualbox.js index 6a77f78..a9b41a3 100644 --- a/js/phpvirtualbox.js +++ b/js/phpvirtualbox.js @@ -4861,7 +4861,7 @@ var vboxStorage = { }, SCSI: { - maxPortCount: 16, + maxPortCount: 15, maxDevicesPerPortCount: 1, driveTypes: ['dvd','disk'], types: ['LsiLogic','BusLogic'], |