1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-31 22:18:07 +08:00

feat: 证书申请延长超时时间 (#1511)

This commit is contained in:
zhengkunwang223 2023-07-03 14:58:22 +08:00 committed by GitHub
parent b780df96af
commit 105c249d97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 1 deletions

View File

@ -100,7 +100,7 @@ export const ListSSL = (req: Website.SSLReq) => {
};
export const CreateSSL = (req: Website.SSLCreate) => {
return http.post<Website.SSLCreate>(`/websites/ssl`, req, 60000);
return http.post<Website.SSLCreate>(`/websites/ssl`, req, 100000);
};
export const DeleteSSL = (req: Website.DelReq) => {

View File

@ -1184,6 +1184,8 @@ const message = {
upgradeHelper: 'The abnormal application needs to be synchronized to the normal state first',
installWarn:
' Port external access is not enabled, and cannot be accessed through the external network IP:port. Do you want to continue?',
restoreWarn:
'The restore operation will delete the current data of the application and restart it. This operation cannot be rolled back, continue?',
},
website: {
website: 'Website',

View File

@ -1121,6 +1121,8 @@ const message = {
allReadyInstalled: '已安裝',
installHelper: '配置鏡像加速可以解決鏡像拉取失敗的問題',
upgradeHelper: '異常應用需要先同步到正常狀態',
installWarn: '未開啟端口外部訪問無法通過外網IP:端口訪問是否繼續 ',
restoreWarn: '恢復操作將刪除該應用當前數據並重啟此操作不可回滾是否繼續?',
},
website: {
website: '網站',

View File

@ -1128,6 +1128,7 @@ const message = {
installHelper: '配置镜像加速可以解决镜像拉取失败的问题',
upgradeHelper: '异常应用需要先同步到正常状态',
installWarn: '未开启端口外部访问无法通过外网IP:端口访问是否继续',
restoreWarn: '恢复操作将删除该应用当前数据并重启此操作不可回滚是否继续?',
},
website: {
website: '网站',