mini refactoring

This commit is contained in:
azivner
2018-08-28 14:26:11 +02:00
parent 21a96d2776
commit d31a136442
2 changed files with 6 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ async function showDialog() {
const result = await server.get('event-log');
$list.html('');
$list.empty();
for (const event of result) {
const dateTime = utils.formatDateTime(utils.parseDate(event.dateCreated));