576e3bf252
There is no real need to change the path, so using api2 we can reuse all helpers (like tools from proxmox widget toolkit).
15 lines
215 B
JavaScript
15 lines
215 B
JavaScript
/*global Proxmox */
|
|
Ext.ns('PBS');
|
|
|
|
console.log("Starting Backup Server GUI");
|
|
|
|
Ext.define('PBS.Utils', {
|
|
singleton: true,
|
|
|
|
constructor: function() {
|
|
var me = this;
|
|
|
|
// do whatever you want here
|
|
}
|
|
});
|