feat(itam): Add notes tab to Operating System details page

ref: #525 #531
This commit is contained in:
2025-02-09 19:44:17 +09:30
parent f06c9f6091
commit 288abb5373

View File

@ -244,6 +244,11 @@ class OperatingSystemVersion(OperatingSystemCommonFields, SaveHistory):
# }
],
},
{
"name": "Notes",
"slug": "notes",
"sections": []
},
]