getFieldName(); } public function renderDiffPropertyViewValue(DifferentialDiff $diff) { $host = $diff->getSourceMachine(); if (!$host) { return null; } return $host; } }