拎壶冲 9 місяців тому
батько
коміт
7199d8ed51

+ 9 - 9
src/main/angular/src/app/core/components/removable-agent-list/removable-agent-list.component.ts

@@ -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',