View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000812 | bareos-core | webui | public | 2017-04-11 22:05 | 2019-12-18 15:25 |
Reporter | asalvo | Assigned To | frank | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 16.2.4 | ||||
Summary | 0000812: Add job status in the "Last Backups" section of the Client view | ||||
Description | I think it would be very useful to get the status (running, warning, failure, success, etc) of the listed jobs in the client's view. | ||||
Tags | No tags attached. | ||||
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.) |
|
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. |
|
Fix committed to bareos-webui bareos-17.2 branch with changesetid 7088. | |
bareos-webui: bareos-17.2 a032edf6 2017-09-01 14:05 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 |
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 |