mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-24 16:42:25 +02:00
57 lines
1.0 KiB
JSON
57 lines
1.0 KiB
JSON
[
|
|
{
|
|
"id": "70",
|
|
"ver": "1",
|
|
"used": true,
|
|
"source": "domain_endtime",
|
|
"title": "Domain expiration",
|
|
"load_cls": {
|
|
"load_type": "path",
|
|
"cls_path": "mod.base.push_mod.ssl_push",
|
|
"name": "DomainEndTimeTask"
|
|
},
|
|
"template": {
|
|
"field": [
|
|
{
|
|
"attr": "project",
|
|
"name": "domain",
|
|
"type": "select",
|
|
"default": "all",
|
|
"items": [
|
|
{
|
|
"title": "All domain",
|
|
"value": "all"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"attr": "cycle",
|
|
"name": "Remaining days",
|
|
"type": "number",
|
|
"suffix": "",
|
|
"unit": "day(s)",
|
|
"default": 30
|
|
}
|
|
],
|
|
"sorted": [
|
|
[
|
|
"project"
|
|
],
|
|
[
|
|
"cycle"
|
|
]
|
|
]
|
|
},
|
|
"default": {
|
|
"project": "all",
|
|
"cycle": 30
|
|
},
|
|
"advanced_default": {
|
|
"number_rule": {
|
|
"total": 2
|
|
}
|
|
},
|
|
"send_type_list": "ALL",
|
|
"unique": false
|
|
}
|
|
] |