Skip to content
Snippets Groups Projects
Commit 9d322e4b authored by apriestman's avatar apriestman
Browse files

Added bold to tag_names

parent 87a6c6ea
Branches
Tags
No related merge requests found
...@@ -305,13 +305,13 @@ Stores information on generated reports. ...@@ -305,13 +305,13 @@ Stores information on generated reports.
## tag_names ## tag_names
Defines what tag names the user has created and can therefore be applied. Defines what tag names the user has created and can therefore be applied.
- tag_name_id - Unique ID for each tag name - **tag_name_id** - Unique ID for each tag name
- display_name - Display name of tag - **display_name** - Display name of tag
- description - Description (can be empty string) - **description** - Description (can be empty string)
- color - Color choice for tag (can be empty string) - **color** - Color choice for tag (can be empty string)
- knownStatus - Stores whether a tag is notable/bad (as org.sleuthkit.datamodel.TskData.FileKnown enum) - **knownStatus** - Stores whether a tag is notable/bad (as org.sleuthkit.datamodel.TskData.FileKnown enum)
- tag_set_id - Id of the tag set the tag name belongs to (references tag_set_id in tsk_tag_sets, may be null) - **tag_set_id** - Id of the tag set the tag name belongs to (references tag_set_id in tsk_tag_sets, may be null)
- rank - Used to order the tag names for a given tag set for display purposes - **rank** - Used to order the tag names for a given tag set for display purposes
## tsk_tag_sets ## tsk_tag_sets
Used to group entries from the tag_names table. An object can have only one tag from a tag set at a time. Used to group entries from the tag_names table. An object can have only one tag from a tag set at a time.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment