Blame view

ihm/app/view/SAMP/SAMPConnectButton.js 256 Bytes
346b85c6   Benjamin Renard   First commit with...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Ext.define('treps.view.SAMP.SAMPConnectButton', {
	extend: 'Ext.Button',

	alias: 'widget.sampconnect_button',

	initComponent: function() {
		this.callParent(arguments);
	},

	scale: 'large',

	iconCls: 'icons-24x24-connect',

	text: 'Connect to hub'
});