]> git.sur5r.net Git - bacula/bacula/blob - gui/baculum/protected/Portlets/TrayBar.php
baculum: Jobs working refresh in realtime and add new tray bar
[bacula/bacula] / gui / baculum / protected / Portlets / TrayBar.php
1
2 <?php
3 /**
4  * Bacula® - The Network Backup Solution
5  * Baculum - Bacula web interface
6  *
7  * Copyright (C) 2013-2015 Marcin Haba
8  *
9  * The main author of Baculum is Marcin Haba.
10  * The main author of Bacula is Kern Sibbald, with contributions from many
11  * others, a complete list can be found in the file AUTHORS.
12  *
13  * You may use this file and others of this release according to the
14  * license defined in the LICENSE file, which includes the Affero General
15  * Public License, v3.0 ("AGPLv3") and some additional permissions and
16  * terms pursuant to its AGPLv3 Section 7.
17  *
18  * Bacula® is a registered trademark of Kern Sibbald.
19  */
20
21 Prado::using('Application.Portlets.Portlets');
22
23 class TrayBar extends Portlets {
24
25 }