fix: resolve review issues in DeviceLink rollout
- Fix import casing in AuditLogTable (DeviceLink → device-link) - Remove DeviceLink from BatchConfigPanel device selector (nested interactive) - Remove DeviceLink from TemplatePushWizard device selector (nested interactive) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -243,7 +243,7 @@ function DeviceSelector({
|
||||
/>
|
||||
</td>
|
||||
<td className="px-3 py-2 font-medium">
|
||||
<DeviceLink tenantId={tenantId} deviceId={device.id}>{device.hostname}</DeviceLink>
|
||||
{device.hostname}
|
||||
</td>
|
||||
<td className="px-3 py-2 font-mono text-text-secondary">{device.ip_address}</td>
|
||||
<td className="px-3 py-2">
|
||||
|
||||
Reference in New Issue
Block a user