Clarify disk structures names
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-05-27 21:42:46 +02:00
parent 5a5450070a
commit 5814b0ab6a
4 changed files with 41 additions and 24 deletions

View File

@ -86,6 +86,7 @@ function UploadDiskImageCard(p: {
if (
newValue &&
newValue.type.length > 0 &&
!ServerApi.Config.disk_images_mimetypes.includes(newValue.type)
) {
alert(`Selected file mimetype is not allowed! (${newValue.type})`);