fix(xo-web/logs): fix @xen-orchestra/log import (#3441)

This commit is contained in:
badrAZ 2018-09-21 15:36:54 +02:00 committed by Julien Fontanet
parent 6ca09dc9fe
commit 82956af785

View File

@ -8,7 +8,7 @@ import { alert } from 'modal'
import { Card, CardHeader, CardBlock } from 'card'
import { formatSize } from 'utils'
import { FormattedDate } from 'react-intl'
import { get } from '@xen-ochestra/defined'
import { get } from '@xen-orchestra/defined'
import { isEmpty, keyBy } from 'lodash'
import { subscribeBackupNgJobs, subscribeBackupNgLogs } from 'xo'