Some preparations for activity log.

Fixed issue #524
Table now displays horizontal scrollbar when the viewport is too narrow (typically on mobile)
This commit is contained in:
Tomas Bures 2019-02-07 14:38:32 +00:00
parent 4f408a26d5
commit e0bee9ed42
28 changed files with 353 additions and 97 deletions

View file

@ -54,8 +54,8 @@ i18n
whitelist: mailtrainConfig.enabledLanguages,
load: 'currentOnly',
debug: true
})
debug: false
});
export default i18n;
@ -64,7 +64,7 @@ export default i18n;
export const withTranslation = createComponentMixin([], [], (TargetClass, InnerClass) => {
return {
cls: withNamespaces()(TargetClass)
}
};
});
export function tMark(key) {