mirror of
https://github.com/unraid/webgui.git
synced 2026-01-16 06:30:19 -06:00
Fix shares information in Diagnostics
This commit is contained in:
@@ -54,7 +54,6 @@ function anonymize($text,$select) {
|
||||
case 1:
|
||||
// remove any stray references to the GUID that may wind up in .ini files (notably Unassigned Devices)
|
||||
$text = str_replace(end(explode("-",$unraid_vars['regGUID'])),"...",$text);
|
||||
|
||||
$rows = explode("\n", $text);
|
||||
$pool = implode('|',$pools) ?: 'cache';
|
||||
$regex = "/\b((disk|$pool|parity|cpu|eth|dev)[0-9]+)|(smart|flash|flashbackup|$pool|parity|cpu{$customShares})\b/";
|
||||
|
||||
Reference in New Issue
Block a user