File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 266266 size =" small"
267267 :disabled =" row.is_control === 1"
268268 style =" color : #4a72ae "
269- :class =" !state && 'icon-disabled'"
270269 @click =" update(row.id, 3)"
271270 ><span class =" el-text" >{{
272271 $t('views.agentManage.startUp')
278277 size =" small"
279278 :disabled =" row.is_control === 1"
280279 style =" color : #4a72ae "
281- :class =" !state && 'icon-disabled'"
282280 @click =" update(row.id, 4)"
283281 ><span class =" el-text" >{{
284282 $t('views.agentManage.suspend')
312310 $t('views.agentManage.uninstall')
313311 }}</span ></el-button
314312 >
313+ <span v-if =" row.is_core_running !== 0" class =" l" > | </span >
315314
316315 <el-button
317316 v-if =" row.is_core_running !== 0"
324323 $t('views.agentManage.Demotion')
325324 }}</span ></el-button
326325 >
327- <span class =" l" > | </span >
326+ <span v-if =" row.is_core_running === 0" class =" l" > | </span >
327+
328328 <el-button
329329 v-if =" row.is_core_running === 0"
330330 type =" text"
You can’t perform that action at this time.
0 commit comments