Skip to content

Commit

Permalink
Merge pull request #325 from multiflexi/fix_missing_vd_gui
Browse files Browse the repository at this point in the history
Fix missing value_description definition
  • Loading branch information
Progress1 authored Jul 25, 2024
2 parents e6e0752 + 3141022 commit 62e253e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/src/components/analyze/NewReportItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ export default {
if (data.remote_report_items[l].attributes[k].attribute_group_item_title === this.selected_type.attribute_groups[i].attribute_group_items[j].title) {
let value = data.remote_report_items[l].attributes[k].value
let value_description = data.remote_report_items[l].attributes[k].value_description
if (this.selected_type.attribute_groups[i].attribute_group_items[j].attribute.type === 'CPE') {
value = value.replace("%", "*")
} else if (this.selected_type.attribute_groups[i].attribute_group_items[j].attribute.type === 'BOOLEAN') {
Expand Down

0 comments on commit 62e253e

Please sign in to comment.