pull/24/head
StarsL.cn 2022-06-23 12:39:58 +08:00
parent 2cd6c3dce1
commit 76851e24a2
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ class Nodes(Resource):
group_list = [{'gid':k,'gname':v}for k,v in group_dict.items()]
return {'code': 20000,'group':group_list}
elif stype == 'ecs':
if job_id == '':
if job_id == '' or job_id == None:
return {'code': 20000,'ecs_list': [] }
else:
return consul_kv.get_ecs_services(job_id)

View File

@ -4,11 +4,11 @@
<el-link :underline="false" type="primary" icon="el-icon-star-on" href="https://github.com/starsliao/ConsulManager" target="_blank" class="dashboard-text">StarsL.cn</el-link>
</el-badge>
<el-timeline>
<el-timeline-item timestamp="2022/6/19" placement="top">
<el-timeline-item timestamp="2022/6/23" placement="top">
<el-card>
<h4>v0.6.3</h4>
<h4>v0.6.5</h4>
<p><el-button type="warning" size="mini" icon="el-icon-star-off" circle /> 云主机同步支持自定义IP端口功能可在云主机列表菜单操作</p>
<p>修复了WEB批量导入功能的BUG</p>
<p>修复了WEB页面批量导入自建主机与站点功能的BUG</p>
<p>优化了实例管理云主机列表页的展示效果和支持搜索</p>
</el-card>
</el-timeline-item>