Skip to content

Commit

Permalink
Issue #1215: Wrong tab into Storage section
Browse files Browse the repository at this point in the history
This commit addresses an issue where table the table headers were incorrectly
labeling their columns. This reorders the items in the tables to properly match
the titles.
  • Loading branch information
Cyrille Gindreau authored and alinefm committed Apr 23, 2018
1 parent 382771e commit c775ab5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/pages/tabs/storage.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@
</div>
<div class="wok-datagrid wok-list">
<div class="wok-datagrid-header">
<span class="column-name">$_('Name')</span><!--
--><span class="column-format">$_('Format')</span><!--
--><span class="column-type">$_('Type')</span><!--
--><span class="column-used-by">$_('Used By')</span><!--<!--
<span class="column-name">$_('Name')</span><!--
--><span class="column-used">$_('Used')</span><!--
--><span class="column-used-by">$_('Used By')</span><!--
--><span class="column-format">$_('Format')</span><!--
--><span class="column-type">$_('Type')</span><!--
--><span class="column-allocated">$_('Allocated')</span><!--
--><span class="column-capacity">$_('Capacity')</span><!--
--><span class="column-progress hidden">$_('Progress')</span>
Expand Down

0 comments on commit c775ab5

Please sign in to comment.