aboutsummaryrefslogtreecommitdiffstats
path: root/3rd_party/static/testapi-ui/components/directory
diff options
context:
space:
mode:
authorStamatis Katsaounis <mokats@intracom-telecom.com>2019-02-12 16:03:17 +0200
committerStamatis Katsaounis <mokats@intracom-telecom.com>2019-02-13 09:37:15 +0200
commit9ec1397dd9fc9ae3c97ef5a8059dc5b57717c9dc (patch)
treea5608e273881abe89605dce3f943a174678d5886 /3rd_party/static/testapi-ui/components/directory
parent83c44e0acaed30f2388a69fd13ec806c38edfd73 (diff)
Fix lint and identation issues and remove unwanted parts of code
Change-Id: Ic294155075962f0b78e3102cff993ee2421ad99e Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to '3rd_party/static/testapi-ui/components/directory')
-rw-r--r--3rd_party/static/testapi-ui/components/directory/directory.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rd_party/static/testapi-ui/components/directory/directory.html b/3rd_party/static/testapi-ui/components/directory/directory.html
index 3be13d4..b48e90d 100644
--- a/3rd_party/static/testapi-ui/components/directory/directory.html
+++ b/3rd_party/static/testapi-ui/components/directory/directory.html
@@ -22,7 +22,7 @@
<td style="width: 350px;">{{ prod.description}}</td>
<td style="width: 150px;">{{ prod.ovp_category}}</td>
<td style="width: 150px;">{{ prod.ovp_version}}</td>
- <td><a href="{{ prod.product_documentation}}" target="_blank">{{ prod.product_documentation}}</a></td>
+ <td><a href="{{ prod.product_documentation}}" target="_blank" rel="noopener">{{ prod.product_documentation}}</a></td>
<td style="width: 150px;">{{ prod.sut_version}}</td>
<td style="width: 150px;">{{ prod.sut_hw_version}}</td>
</tr>