Skip to content

Commit

Permalink
Feature/CERT-Polska#19 my first easy task in mquery
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroPowerH committed Apr 13, 2020
1 parent fd75fc5 commit f007c05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mqueryfront/src/DatabaseTopology.js
Expand Up @@ -31,6 +31,7 @@ class DatasetRow extends Component {
})}
</td>
<td>{filesize(this.props.size, { standard: "iec" })}</td>
<td>{this.props.file_count}</td>
</tr>
);
}
Expand Down Expand Up @@ -98,6 +99,7 @@ class DatabaseTopology extends Component {
<th>dataset id</th>
<th>index types</th>
<th>size</th>
<th>file count</th>
</tr>
</thead>
<tbody>{datasetRows}</tbody>
Expand Down

0 comments on commit f007c05

Please sign in to comment.