]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Add to objects endpoint capability to sort by client name
authorMarcin Haba <marcin.haba@bacula.pl>
Wed, 26 Apr 2023 11:29:49 +0000 (13:29 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Mon, 1 May 2023 11:18:25 +0000 (13:18 +0200)
gui/baculum/protected/API/Modules/ObjectRecord.php

index 649ebfb72081e68f65fbf6959066270e5e927ea5..c5e4dea97641f3bcb38fe3b48558339267c54202 100644 (file)
@@ -52,6 +52,7 @@ class ObjectRecord extends APIDbModule {
        public $jobname;
        public $joberrors;
        public $jobstatus;
+       public $client;
 
        public static function finder($className = __CLASS__) {
                return parent::finder($className);