Sha256: 8347e3c6291c0f56695c37a7a15bbec763a91ec1d20f3ed9fee980b0e0214568

Contents?: true

Size: 305 Bytes

Versions: 8

Compression:

Stored size: 305 Bytes

Contents

{
    netzkeOnDoJobRun: function(params) {
	Ext.Msg.confirm(
            'Run Job',
            Ext.String.format('Are you sure?'),
            (btn, value, cfg) => {
		if (btn == "yes") {
		    this.mask('Performing job...');
		    this.server.jobRun(() => { this.unmask()});
		}
            });
    }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
marty-8.4.1 app/components/marty/background_job/schedule_jobs_grid/client/schedule_jobs_grid.js
marty-8.3.1 app/components/marty/schedule_jobs_grid/client/schedule_jobs_grid.js
marty-8.2.0 app/components/marty/schedule_jobs_grid/client/schedule_jobs_grid.js
marty-8.0.0 app/components/marty/schedule_jobs_dashboard/client/schedule_jobs_dashboard.js
marty-6.1.0 app/components/marty/schedule_jobs_dashboard/client/schedule_jobs_dashboard.js
marty-5.2.0 app/components/marty/schedule_jobs_dashboard/client/schedule_jobs_dashboard.js
marty-5.1.4 app/components/marty/schedule_jobs_dashboard/client/schedule_jobs_dashboard.js
marty-5.1.3 app/components/marty/schedule_jobs_dashboard/client/schedule_jobs_dashboard.js