Commit 45efd929 authored by 若依's avatar 若依 Committed by Gitee

!438 fix: 服务监控中运行参数显示条件错误

Merge pull request !438 from fuzui/fix_args_show_condition
parents 927b0571 96edba7e
......@@ -130,7 +130,7 @@
</tr>
<tr>
<td colspan="1" class="el-table__cell is-leaf"><div class="cell">运行参数</div></td>
<td colspan="3" class="el-table__cell is-leaf"><div class="cell" v-if="server.sys">{{ server.jvm.inputArgs }}</div></td>
<td colspan="3" class="el-table__cell is-leaf"><div class="cell" v-if="server.jvm">{{ server.jvm.inputArgs }}</div></td>
</tr>
</tbody>
</table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment