mirror of
https://github.com/certd/certd.git
synced 2026-05-15 20:47:31 +08:00
Merge branch 'v2-dev' into v2_admin_mode
This commit is contained in:
@@ -151,6 +151,8 @@ export class OnePanelAccess extends BaseAccess {
|
||||
data: {
|
||||
page: 1,
|
||||
pageSize: 1,
|
||||
order: "ascending",
|
||||
orderBy: "expire_date"
|
||||
},
|
||||
});
|
||||
return "ok";
|
||||
|
||||
@@ -191,6 +191,8 @@ export class OnePanelDeployToWebsitePlugin extends AbstractTaskPlugin {
|
||||
data: {
|
||||
page: 1,
|
||||
pageSize: 99999,
|
||||
order: "ascending",
|
||||
orderBy: "expire_date"
|
||||
},
|
||||
currentNode: this.currentNode,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user