Commit e7e78421 authored by Tom Quirk's avatar Tom Quirk

Add title tag to vulnerability identifier

Adressing reviewer feedback
parent 65b32089
......@@ -145,7 +145,10 @@ export default {
<div class="table-section gl-white-space-normal section-15">
<div class="table-mobile-header" role="rowheader">{{ s__('Reports|Identifier') }}</div>
<div class="table-mobile-content gl-text-overflow-ellipsis gl-overflow-hidden">
<div
class="table-mobile-content gl-text-overflow-ellipsis gl-overflow-hidden"
:title="vulnerabilityIdentifier"
>
{{ vulnerabilityIdentifier }}
</div>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment