Skip to content

Commit

Permalink
fix: hardware cpu feature typo
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Jun 3, 2022
1 parent 0517c27 commit 777b7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/main/manage_machine_edit_cpu.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<small><b><%=l 'CPU Features' %></b></small>

<div class="card-body ml-2" ng-show=item.cpu.feature.length">
<div class="card-body ml-2" ng-show="item.cpu.feature.length">
<ul class="list-group list-group-horizontal-md"
ng-show="feature"
ng-repeat="feature in item.cpu.feature">
Expand Down

0 comments on commit 777b7ff

Please sign in to comment.