|
@@ -40,15 +40,15 @@ export class RemovableAgentListComponent implements OnInit {
|
|
|
{
|
|
|
headerName: '代理列表',
|
|
|
children: [
|
|
|
- {
|
|
|
- headerName: '删除',
|
|
|
- field: 'agentId',
|
|
|
- width: 110,
|
|
|
- cellRenderer: (param: any) => {
|
|
|
- return '<i style="color:red" class="far fa-trash-alt"></i>';
|
|
|
- },
|
|
|
- cellStyle: this.alignCenterPointCellStyle
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // headerName: '删除',
|
|
|
+ // field: 'agentId',
|
|
|
+ // width: 110,
|
|
|
+ // cellRenderer: (param: any) => {
|
|
|
+ // return '<i style="color:red" class="far fa-trash-alt"></i>';
|
|
|
+ // },
|
|
|
+ // cellStyle: this.alignCenterPointCellStyle
|
|
|
+ // },
|
|
|
{
|
|
|
headerName: '主机名称',
|
|
|
field: 'hostName',
|