]> git.proxmox.com Git - pmg-gui.git/blame - js/Utils.js
MailProxyTLS.js: add GUI to configure TLS
[pmg-gui.git] / js / Utils.js
CommitLineData
fe81f069
DM
1Ext.ns('PMG');
2
fe81f069
DM
3console.log("Starting PMG Manager");
4
fe81f069 5
2c7b542d
DM
6Ext.define('PMG.Utils', {
7 singleton: true,
8
fe81f069
DM
9 // this singleton contains miscellaneous utilities
10
fe81f069 11 yesText: gettext('Yes'),
2c7b542d 12 noText: gettext('No'),
fe81f069 13
fe81f069
DM
14 constructor: function() {
15 var me = this;
fe81f069 16
2c7b542d 17 // do whatever you want here
fe81f069
DM
18 }
19});