将运行日志移动至运行分类下
This commit is contained in:
parent
d744e00c66
commit
d602845eda
Binary file not shown.
@ -154,10 +154,6 @@ class SubToolbar extends HTMLElement {
|
|||||||
<img src="assets/icons/png/clock.png" alt="更新记录" class="icon">
|
<img src="assets/icons/png/clock.png" alt="更新记录" class="icon">
|
||||||
更新记录
|
更新记录
|
||||||
</div>
|
</div>
|
||||||
<div class="sub-item" data-icon="file">
|
|
||||||
<img src="assets/icons/png/file.png" alt="运行日志" class="icon">
|
|
||||||
运行日志
|
|
||||||
</div>
|
|
||||||
<div class="sub-item" data-icon="server">
|
<div class="sub-item" data-icon="server">
|
||||||
<img src="assets/icons/png/server.png" alt="系统信息" class="icon">
|
<img src="assets/icons/png/server.png" alt="系统信息" class="icon">
|
||||||
系统信息
|
系统信息
|
||||||
@ -211,6 +207,10 @@ class SubToolbar extends HTMLElement {
|
|||||||
<img src="assets/icons/png/rocket.png" alt="运行仿真" class="icon">
|
<img src="assets/icons/png/rocket.png" alt="运行仿真" class="icon">
|
||||||
运行仿真
|
运行仿真
|
||||||
</div>
|
</div>
|
||||||
|
<div class="sub-item" data-icon="file">
|
||||||
|
<img src="assets/icons/png/file.png" alt="运行日志" class="icon">
|
||||||
|
运行日志
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 监控子菜单 -->
|
<!-- 监控子菜单 -->
|
||||||
<div class="sub-menu" data-parent="monitor">
|
<div class="sub-menu" data-parent="monitor">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user