Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/python-bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Steffens <joerg.steffens@bareos.com>2015-11-08 20:35:36 +0300
committerJoerg Steffens <joerg.steffens@bareos.com>2015-11-08 20:35:36 +0300
commit8ca039b81db96a31619c7cc3c3a60082111ad344 (patch)
tree9262182d181a9d112906a6e49484cd899ca0fb1a
parent0b34c5b3959a8cb7ef7659162866b12c39e82523 (diff)
added directory each_jobname_last_run
-rw-r--r--bareos/fuse/node/jobs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bareos/fuse/node/jobs.py b/bareos/fuse/node/jobs.py
index 41cc141..d820ceb 100644
--- a/bareos/fuse/node/jobs.py
+++ b/bareos/fuse/node/jobs.py
@@ -22,3 +22,4 @@ class Jobs(Directory):
self.add_subnode(JobsName, i['name'])
self.add_subnode(JobsList, "all")
self.add_subnode(JobsList, "running", "jobstatus=running")
+ self.add_subnode(JobsList, "each_jobname_last_run", "last")