mirror of
https://github.com/unraid/webgui.git
synced 2026-01-08 10:39:56 -06:00
Merge pull request #1753 from SimonFair/WebUI
Fix disk device name as string.
This commit is contained in:
@@ -1359,7 +1359,7 @@
|
||||
$this->_set_last_error();
|
||||
|
||||
$ret[] = [
|
||||
'device' => $disk->target->attributes()->dev,
|
||||
'device' => $disk->target->attributes()->dev->__toString(),
|
||||
'file' => $disk->source->attributes()->file,
|
||||
'type' => '-',
|
||||
'capacity' => '-',
|
||||
|
||||
Reference in New Issue
Block a user