Add icon to "Process newest jobs first" setting

This commit is contained in:
patriceac 2022-12-26 19:10:37 -08:00 committed by GitHub
parent e241ef25e5
commit 871b96a450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,7 @@ var PARAMETERS = [
type: ParameterType.checkbox,
label: "Process newest jobs first",
note: "reverse the normal processing order",
icon: "fa-arrow-down-short-wide",
default: false,
},
{