mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
adapt changes for SpiderList and NodeList
This commit is contained in:
@@ -5,6 +5,8 @@ from model.base import BaseModel
|
||||
|
||||
class Node(BaseModel):
|
||||
_id = ObjectIdField()
|
||||
node_ip = StringField()
|
||||
node_name = StringField()
|
||||
node_description = StringField()
|
||||
ip = StringField()
|
||||
port = IntField()
|
||||
name = StringField()
|
||||
description = StringField()
|
||||
status = IntField()
|
||||
|
||||
Reference in New Issue
Block a user