]> git.proxmox.com Git - pmg-gui.git/blob - js/Utils.js
use new proxmoxlib.js (package proxmox-widget-toolkit)
[pmg-gui.git] / js / Utils.js
1 Ext.ns('PMG');
2
3 console.log("Starting PMG Manager");
4
5
6 Ext.define('PMG.Utils', {
7 singleton: true,
8
9 // this singleton contains miscellaneous utilities
10
11 yesText: gettext('Yes'),
12 noText: gettext('No'),
13
14 constructor: function() {
15 var me = this;
16
17 // do whatever you want here
18 }
19 });