diff --git a/www/include/options/db/viewDBInfos.ihtml b/www/include/options/db/viewDBInfos.ihtml index 3df2bb96abb..5c7de742ae4 100644 --- a/www/include/options/db/viewDBInfos.ihtml +++ b/www/include/options/db/viewDBInfos.ihtml @@ -1,66 +1,64 @@ -
-

{t}Database partitioning{/t}

-
+
+ + + + + - +
{t}Partitioning Properties{/t}
+
+ +
-
- -
- - {assign var=val value=1} - {foreach from=$partitioning key=table item=item} -
- {if $item|@count gt 1} - - - - - - - - - - - - - {foreach from=$item item=partition} - - - - - - - - - {/foreach} -
{t}Partitioning Properties{/t}
{t}Partition name{/t}{t}Creation time{/t}{t}Number of entries{/t}{t}Data size{/t}{t}Index size{/t}{t}Total size{/t}
{$partition.PARTITION_NAME}{$partition.CREATE_TIME}{$partition.TABLE_ROWS}{$partition.DATA_LENGTH} {t}MB{/t}{$partition.INDEX_LENGTH} {t}MB{/t}{$partition.TOTAL_LENGTH} {t}MB{/t}
- {else} -

{t} Table is not partitioned {/t}

- {/if} -
- {assign var=val value=$val+1} - {/foreach} - -
  -

{t}Database Informations{/t}

-
- + +
+
+ - + @@ -74,7 +72,7 @@
{t}Database Engine{/t}{t}Database Engine{/t}
{t}Engine Name{/t}
- + diff --git a/www/include/options/db/viewDBInfos.php b/www/include/options/db/viewDBInfos.php index e7490738dd3..3b50eae49e6 100644 --- a/www/include/options/db/viewDBInfos.php +++ b/www/include/options/db/viewDBInfos.php @@ -58,9 +58,7 @@ 'data_bin', 'logs', 'log_archive_host', - 'log_archive_service', - 'comments', - 'downtimes' + 'log_archive_service' ); $partitioningInfos = array();
{t}Centreon DataBase Statistics{/t}{t}Centreon Databases Statistics{/t}