1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

layout changes

This commit is contained in:
Matthias Hannig
2018-10-02 12:39:50 +02:00
parent 498c1cd2b1
commit 0e0739c1ca

View File

@@ -38,7 +38,8 @@ class Details extends React.Component {
<tr key="cache-status-cached-at">
<td><i className="fa fa-refresh"></i></td>
<td>
Generated <b>{generatedAt.fromNow()}</b> &middot; Next refresh <b>{ttl.fromNow()}</b>.
Generated <b>{generatedAt.fromNow()}</b>.<br />
Next refresh <b>{ttl.fromNow()}</b>.
</td>
</tr>,
];