feat(xo-web/backup-ng): make backup list title clearer (#4129)

Fixes #4111
This commit is contained in:
badrAZ 2019-04-09 09:44:09 +02:00 committed by Pierre Donias
parent 903634073a
commit 654a2ee870
3 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@
- [Settings/remotes] Expose mount options field for SMB [#4063](https://github.com/vatesfr/xen-orchestra/issues/4063) (PR [#4067](https://github.com/vatesfr/xen-orchestra/pull/4067)) - [Settings/remotes] Expose mount options field for SMB [#4063](https://github.com/vatesfr/xen-orchestra/issues/4063) (PR [#4067](https://github.com/vatesfr/xen-orchestra/pull/4067))
- [Backup/Schedule] Add warning regarding DST when you add a schedule [#4042](https://github.com/vatesfr/xen-orchestra/issues/4042) (PR [#4056](https://github.com/vatesfr/xen-orchestra/pull/4056)) - [Backup/Schedule] Add warning regarding DST when you add a schedule [#4042](https://github.com/vatesfr/xen-orchestra/issues/4042) (PR [#4056](https://github.com/vatesfr/xen-orchestra/pull/4056))
- [Import] Avoid blocking the UI when dropping a big OVA file on the UI (PR [#4018](https://github.com/vatesfr/xen-orchestra/pull/4018)) - [Import] Avoid blocking the UI when dropping a big OVA file on the UI (PR [#4018](https://github.com/vatesfr/xen-orchestra/pull/4018))
- [Backup NG/Overview] Make backup list title clearer [#4111](https://github.com/vatesfr/xen-orchestra/issues/4111) (PR [#4129](https://github.com/vatesfr/xen-orchestra/pull/4129))
### Bug fixes ### Bug fixes

View File

@ -46,6 +46,7 @@ const messages = {
metadata: 'Metadata', metadata: 'Metadata',
chooseBackup: 'Choose a backup', chooseBackup: 'Choose a backup',
clickToShowError: 'Click to show error', clickToShowError: 'Click to show error',
backupJobs: 'Backup jobs',
// ----- Modals ----- // ----- Modals -----
alertOk: 'OK', alertOk: 'OK',

View File

@ -340,7 +340,7 @@ const Overview = () => (
<div> <div>
<Card> <Card>
<CardHeader> <CardHeader>
<Icon icon='schedule' /> {_('backupSchedules')} <Icon icon='backup' /> {_('backupJobs')}
</CardHeader> </CardHeader>
<CardBlock> <CardBlock>
<JobsTable /> <JobsTable />