feat(information_management): Ability to link Knowledge Base article to a Device Model
ref: #331 #426 #427 #428
This commit is contained in:
@ -56,6 +56,16 @@ class DeviceModel(DeviceCommonFieldsName, SaveHistory):
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Knowledge Base",
|
||||
"slug": "kb_articles",
|
||||
"sections": [
|
||||
{
|
||||
"layout": "table",
|
||||
"field": "knowledge_base",
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Notes",
|
||||
"slug": "notes",
|
||||
|
Reference in New Issue
Block a user