Fix missing use statements (#8614)

This commit is contained in:
Tony Murray
2018-04-24 21:20:21 -05:00
committed by GitHub
parent 5675964bab
commit b41e32c7aa
5 changed files with 9 additions and 1 deletions

View File

@ -1650,7 +1650,7 @@ function get_zfs_pools($device_id)
* Returns the sysname of a device with a html line break prepended.
* if the device has an empty sysname it will return device's hostname instead
* And finally if the device has no hostname it will return an empty string
* @param device array
* @param array device
* @return string
*/
function get_device_name($device)