Add notice to system info

[MAILPOET-949]
This commit is contained in:
Pavel Dohnal
2017-06-28 16:50:31 +01:00
parent a7504136a2
commit b4be9e1d28
2 changed files with 6 additions and 1 deletions

View File

@ -13,7 +13,11 @@ function KnowledgeBase() {
<Tabs tab="systemInfo" />
<div>asdfasdf</div>
<div className="mailpoet_notice notice inline notice-success" style={{marginTop: "1em"}}>
<p>{MailPoet.I18n.t('systemInfoIntro')}</p>
</div>
<textarea readOnly={true}></textarea>
</div>
);
};