ssongliu
4bf76aacb1
fix: 移除部分重复国际化内容 ( #1495 )
2023-06-29 14:38:12 +00:00
ssongliu
38bf54ec3b
feat: 容器、数据库、网站、计划任务增加名称排序 ( #1490 )
2023-06-29 10:40:12 +00:00
ssongliu
64f80a95ab
feat: 增加系统 IP 设置,实现容器端口跳转功能 ( #1479 )
2023-06-29 03:18:15 +00:00
ssongliu
11a58fde91
fix: 统一抽屉警告或提示信息样式 ( #1453 )
2023-06-27 08:44:03 +00:00
ssongliu
514538179e
fix: 增加前端注入校验规则 ( #1456 )
2023-06-26 09:24:06 +00:00
ssongliu
3ead633343
feat: 支持容器镜像升级操作 ( #1393 )
2023-06-16 09:54:11 +00:00
ssongliu
c82e20efd7
feat: 容器创建编辑增加 cpu 、内存最大限制 ( #1383 )
2023-06-15 12:44:13 +00:00
ssongliu
7918023322
fix: 解决容器、终端界面 ios 适配的问题 ( #1385 )
2023-06-15 10:00:17 +00:00
ssongliu
352978b54d
feat: 增加容器编辑功能 ( #1381 )
2023-06-15 03:00:11 +00:00
ssongliu
b7cda1d2f1
feat: 容器创建增加 CPU 权重设置 ( #1377 )
2023-06-14 15:26:13 +00:00
ssongliu
20dbd6c181
fix: 容器日志接口文档修改 ( #1372 )
2023-06-14 06:16:13 +00:00
ssongliu
8808e1b0c3
feat: 优化容器日志加载方式,增加显示条数过滤 ( #1370 )
2023-06-13 15:04:12 +00:00
ssongliu
b1d40960c4
fix: 容器存储卷目录按钮样式修改 ( #1366 )
2023-06-13 06:28:12 +00:00
凹凸曼
03c8e4d3cb
feat: 容器存储卷快捷进入挂载点文件目录 #1325 ( #1357 )
...
Co-authored-by: 凹凸曼 <xx@xx>
2023-06-13 10:27:55 +08:00
凹凸曼
f9fb16198b
feat: 计划任务和容器日志的前端改进 ( #1319 )
...
* feat: 计划任务增加批量开启和停止 #1010
* feat: 容器日志增加全屏按钮 #1176
2023-06-12 15:44:15 +08:00
wangdan-fit2cloud
0275716ff5
feat: 优化页面兼容移动端问题 ( #1320 )
...
#### What this PR does / why we need it?
#### Summary of your change
#### Please indicate you've done the following:
- [ ] Made sure tests are passing and test coverage is added if needed.
- [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/ ).
- [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed.
2023-06-09 15:38:15 +00:00
ssongliu
1184ae2b52
fix: 容器日志切割样式修改 ( #1303 )
2023-06-09 02:30:11 +00:00
ssongliu
84183bdfeb
fix: 容器详情抽屉高度自适应 ( #1262 )
2023-06-05 10:37:21 +00:00
ssongliu
e504e55a34
feat: 容器日志切割增加回显 ( #1239 )
2023-06-02 09:49:19 +00:00
ssongliu
bfedd02d1d
fix: 解决容器配置失败的问题 ( #1225 )
2023-06-02 02:24:29 +00:00
ssongliu
b854aa3bfe
fix: 默认时区获取方式修改 ( #1200 )
2023-05-31 06:03:04 +00:00
ssongliu
7a66e71215
fix: 统一修改代码拼写错误 ( #1192 )
2023-05-30 07:30:57 +00:00
ssongliu
b5093e4d93
fix: 补全缺失的组件引用 ( #1181 )
2023-05-29 10:10:56 +00:00
ssongliu
9f5a03419e
fix: 面板设置界面样式统一 ( #1177 )
2023-05-29 15:08:54 +08:00
ssongliu
ec843f2396
feat: docker 配置界面样式统一 ( #1173 )
2023-05-29 11:24:28 +08:00
wangdan-fit2cloud
83ac2f1ff7
feat: 兼容移动端 ( #1126 )
...
#### What this PR does / why we need it?
#### Summary of your change
#### Please indicate you've done the following:
- [ ] Made sure tests are passing and test coverage is added if needed.
- [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/ ).
- [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed.
2023-05-24 08:36:54 +00:00
ssongliu
7596099aa1
feat: 增加容器、镜像、网络、存储卷清理功能 ( #1117 )
2023-05-23 11:00:06 +00:00
ssongliu
5ac9298db0
feat: 增加容器日志清理功能 ( #1111 )
2023-05-23 07:43:51 +00:00
wangdan-fit2cloud
0d084861e0
feat: 概览兼容移动端 ( #1109 )
...
#### What this PR does / why we need it?
#### Summary of your change
#### Please indicate you've done the following:
- [ ] Made sure tests are passing and test coverage is added if needed.
- [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/ ).
- [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed.
2023-05-23 05:51:43 +00:00
ssongliu
950c6b9d08
feat: 容器增加日志切割 ( #1077 )
2023-05-18 10:38:19 +00:00
ssongliu
72bc99bddc
fix: docker 状态判断逻辑修改 ( #1073 )
2023-05-18 16:46:13 +08:00
ssongliu
c1332235a0
fix: 右侧抽屉宽度调整 ( #1047 )
2023-05-15 02:36:47 +00:00
ssongliu
212c8634ea
fix: 容器配置界面样式调整 ( #1045 )
2023-05-15 02:22:47 +00:00
ssongliu
dbb94942df
fix: 镜像导出增加默认值 ( #988 )
2023-05-10 08:16:15 +00:00
ssongliu
5101dace59
fix: 优化抽屉中操作对象的名称显示 ( #982 )
2023-05-10 06:34:19 +00:00
ssongliu
f22caed20c
fix: 提示信息国际化修改 ( #931 )
2023-05-08 08:49:41 +00:00
ssongliu
900e141297
feat: 增加 iptables 设置修改提示信息 ( #925 )
2023-05-08 06:57:39 +00:00
ssongliu
2a1e60da44
fix: 创建编排时,默认显示编辑模式 ( #904 )
2023-05-06 08:49:38 +00:00
ssongliu
2fd97b1753
fix: 解决列表查询输入框刷新的问题 ( #876 )
2023-05-05 06:16:52 +00:00
ssongliu
f4f83283d3
fix: 容器创建端口校验修改 ( #872 )
2023-05-05 10:17:28 +07:00
ssongliu
379b171f0a
fix: 解决容器创建批量端口失败的问题 ( #830 )
2023-04-28 14:46:20 +00:00
ssongliu
3b0c844f33
fix: 解决回车导致页面刷新的问题 ( #824 )
2023-04-28 07:16:22 +00:00
ssongliu
b42cf32326
feat: 编排删除增加删除文件勾选 ( #808 )
2023-04-27 04:44:18 +00:00
ssongliu
5b68332b9a
fix: compose 验证、提交按钮合并 ( #806 )
2023-04-27 02:24:14 +00:00
ssongliu
4377575206
feat: 存储卷创建支持 nfs ( #795 )
2023-04-26 09:26:12 +00:00
ssongliu
0c09b12680
fix: 编排创建样式调整、日志改为异步加载 ( #794 )
2023-04-26 09:00:20 +00:00
ssongliu
dd0ca4bcaf
feat: 创建容器时,端口支持多种形式 ( #790 )
2023-04-26 07:18:13 +00:00
ssongliu
2d31c5b005
feat: 容器增加资源使用、端口显示 ( #786 )
2023-04-25 14:06:17 +00:00
ssongliu
05b7fd1f63
fix: 解决表单回车导致页面刷新的问题 ( #664 )
2023-04-17 02:20:17 +00:00
ssongliu
cd79cac0af
fix: 前端界面国际化优化 ( #612 )
2023-04-13 06:30:34 +00:00