diff --git a/public/templates/mpos/admin/dashboard/status.tpl b/public/templates/mpos/admin/dashboard/status.tpl index b4695040..2a21e1ac 100644 --- a/public/templates/mpos/admin/dashboard/status.tpl +++ b/public/templates/mpos/admin/dashboard/status.tpl @@ -1,34 +1,28 @@ {nocache}
-

MPOS Version Information

- +

MPOS Status

+
- - - + + + + + + + - - - - - - - - - -
ComponentCurrentInstalledCronjobsWallet
ErrorsDisabledErrors
MPOS{$VERSION['CURRENT']['CORE']} - {$VERSION['INSTALLED']['CORE']} + {if $CRON_ERROR == 0}None - OK{else}{$CRON_ERROR}{/if}
Config{$VERSION['CURRENT']['CONFIG']} - {$VERSION['INSTALLED']['CONFIG']} + {if $CRON_DISABLED == 0}None - OK{else}{$CRON_DISABLED}{/if}
Database{$VERSION['CURRENT']['DB']} - {$VERSION['INSTALLED']['DB']} + {$WALLET_ERROR|default:"None - OK"}