mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
CFINSPEC-44 : Add missing description to Platform Information table in body.html.erb
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
parent
2f443d0af3
commit
93fb41b3c2
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
|
||||
<div class="inspec-summary">
|
||||
<table id="platform" class="info">
|
||||
<caption>Platform Information</caption>
|
||||
<tr><th colspan=2><h4 id="platform-label">Platform Information</h4></th></tr>
|
||||
<tr class= "name"><th>Name:</th><td><%= run_data.platform.name %></td></tr>
|
||||
<tr class= "release"><th>Release:</th><td><%= run_data.platform.release %></td></tr>
|
||||
|
|
Loading…
Reference in a new issue