fix
This commit is contained in:
@@ -17,6 +17,7 @@ export interface ServerItem {
|
||||
server_type: string
|
||||
tags: string
|
||||
location: string
|
||||
asset_id?: number
|
||||
remote_access: string
|
||||
remote_port: number
|
||||
agent_config: string
|
||||
@@ -60,6 +61,7 @@ export interface ServerFormData {
|
||||
server_type?: string
|
||||
tags?: string
|
||||
location?: string
|
||||
asset_id?: number
|
||||
remote_access?: string
|
||||
remote_port?: number
|
||||
agent_config?: string
|
||||
|
||||
Reference in New Issue
Block a user