View Issue Details

IDProjectCategoryView StatusLast Update
0000812bareos-corewebuipublic2019-12-18 15:25
Reporterasalvo Assigned Tofrank  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Product Version16.2.4 
Summary0000812: Add job status in the "Last Backups" section of the Client view
DescriptionI think it would be very useful to get the status (running, warning, failure, success, etc) of the listed jobs in the client's view.
TagsNo tags attached.

Activities

frank

frank

2017-06-30 18:02

developer   ~0002678

The current last backups listing displays only successful backup jobs.

Used API 2 command: 'list backup client=xyz' which only delivers successful terminated jobs.

In case of the suggested additional status row, we have to list all client related jobs in the last backups table first, 'list backups client=xyz jobstatus=<status>'.

(By now we have to get every status one after the other and merge the results together into one job list, as the jobstatus argument does not take a comma separated list of values for example, which is not very handy.)
frank

frank

2017-09-01 12:04

developer   ~0002717

The suggestion can already be achieved in the job module by filtering the results of the normal job listing via the search input field of the table for example.

However, a small patch will follow, which will clarify what is displayed in the client details last backup table.
frank

frank

2017-09-01 14:26

developer   ~0002718

Fix committed to bareos-webui bareos-17.2 branch with changesetid 7088.

Related Changesets

bareos-webui: bareos-17.2 a032edf6

2017-09-01 14:05

frank

Ported: N/A

Details Diff
Clients: Tiny Client Details View Improvement

Be more precise about what is displayed in the client details
'last backups' table. Therefore the heading is renamed to
'last successful backups' and an additional row 'Status',
which displays the JobStatus, is added to the table.

Fixes 0000812: Add job status in the "Last Backups" section of the Client view
Affected Issues
0000812
mod - module/Client/view/client/client/details.phtml Diff File

Issue History

Date Modified Username Field Change
2017-04-11 22:05 asalvo New Issue
2017-04-25 13:33 frank Assigned To => frank
2017-04-25 13:33 frank Status new => assigned
2017-06-30 18:02 frank Note Added: 0002678
2017-09-01 12:04 frank Note Added: 0002717
2017-09-01 14:26 frank Changeset attached => bareos-webui bareos-17.2 a032edf6
2017-09-01 14:26 frank Note Added: 0002718
2017-09-01 14:26 frank Status assigned => resolved
2017-09-01 14:26 frank Resolution open => fixed
2019-12-18 15:25 arogge Status resolved => closed