Removed w-100 class from tables in display_table_stats

Signed-off-by: Shailesh Jain <jainshailesh91@gmail.com>
This commit is contained in:
Shailesh Jain 2019-12-06 12:15:03 +05:30 committed by William Desportes
parent 6e6c3e0363
commit d50da1de8b
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -10,7 +10,7 @@
<a id="showusage"></a>
{% if not tbl_is_view and not db_is_system_schema %}
<table id="tablespaceusage" class="w-100 data">
<table id="tablespaceusage" class="data">
<caption class="tblHeaders">{% trans 'Space usage' %}</caption>
<tbody>
<tr>
@ -70,7 +70,7 @@
{% set avg_size = avg_size is defined ? avg_size : null %}
{% set avg_unit = avg_unit is defined ? avg_unit : null %}
<table id="tablerowstats" class="w-100 data">
<table id="tablerowstats" class="data">
<caption class="tblHeaders">{% trans 'Row statistics' %}</caption>
<tbody>
{% if showtable['Row_format'] is defined %}