* Delete execution node view link.

This commit is contained in:
liyuchun
2022-09-21 14:00:45 +08:00
parent 77ea27d40f
commit d790488a05
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
<?php foreach($nodeList as $node):?>
<tr>
<td><?php echo $node->id;?></td>
<td title="<?php echo $node->name;?>"><?php echo html::a($this->inlink('view', "id=$node->id", 'html', true), $node->name, '',"class='iframe'");?></td>
<td title="<?php echo $node->name;?>"><?php echo $node->name;?></td>
<td><?php echo $node->hostIP;?></td>
<td><?php echo zget($config->executionnode->os->cpu, $node->osCpu);?></td>
<td><?php echo zget($config->executionnode->os->memory, $node->osMemory);?></td>