SAMPConnectButton.js 256 Bytes
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'
});