mirror of
https://github.com/unraid/webgui.git
synced 2026-04-23 10:38:50 -05:00
Multi cache pool support
This commit is contained in:
@@ -53,7 +53,7 @@ function sharesOnly($disk) {
|
||||
}
|
||||
|
||||
function truncate($name) {
|
||||
return strlen($name)<=16 ? $name : substr($name,0,14).'...';
|
||||
return strlen($name)<=20 ? $name : substr($name,0,17).'...';
|
||||
}
|
||||
// filter disk shares
|
||||
$disks = array_filter($disks,'sharesOnly');
|
||||
|
||||
Reference in New Issue
Block a user