feat(itam): Add notes tab to Software Version details page

ref: #525 #541
This commit is contained in:
2025-02-09 19:44:42 +09:30
parent 288abb5373
commit 80db9022b7

View File

@ -353,6 +353,11 @@ class SoftwareVersion(SoftwareCommonFields, SaveHistory):
# }
],
},
{
"name": "Notes",
"slug": "notes",
"sections": []
},
]