fix: 更换logo及oid自定义弹窗修改
This commit is contained in:
@@ -34,6 +34,7 @@ export interface HostHardwareDevice {
|
||||
snmp_port?: number
|
||||
community?: string
|
||||
snmp_version?: string
|
||||
snmp_oids?: string
|
||||
redfish_base_url?: string
|
||||
redfish_tls_skip_verify?: boolean
|
||||
ipmi_timeout_seconds?: number
|
||||
@@ -65,6 +66,7 @@ export interface HostHardwareDeviceUpsert {
|
||||
snmp_port?: number
|
||||
community?: string
|
||||
snmp_version?: string
|
||||
snmp_oids?: string
|
||||
redfish_base_url?: string
|
||||
redfish_tls_skip_verify?: boolean
|
||||
location?: string
|
||||
|
||||
Reference in New Issue
Block a user