Skip to content

Commit

Permalink
remove id table column in SMART capabilities view rockstor#1001
Browse files Browse the repository at this point in the history
The id column was arbitrary and not present in the:
smartctl -c output.
  • Loading branch information
phillxnet committed Nov 5, 2016
1 parent 8352f89 commit 62af2c0
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -177,7 +177,6 @@
<table id="smartcapabilites-table" class="table table-condensed table-bordered table-hover table-striped tablesorter" summary="Table of S.M.A.R.T capabilities">
<thead>
<tr>
<th>Id</th>
<th>Name</th>
<th>Flag</th>
<th>Capabilities</th>
Expand All @@ -186,7 +185,6 @@
<tbody>
{{#each capabilities as |capability|}}
<tr>
<td>{{capability.id}}</td>
<td>{{capability.name}}</td>
<td>{{capability.flag}}</td>
<td>{{capability.capabilities}}</td>
Expand Down

0 comments on commit 62af2c0

Please sign in to comment.