Skip to content

Commit

Permalink
Defences list - Long hostname goes out of box primefaces#192
Browse files Browse the repository at this point in the history
  • Loading branch information
atretyak1985 committed Apr 9, 2019
1 parent c8c30c3 commit 3858007
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/organization/device/device_list_by_defences.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,14 @@ export class DeviceListByDefencesComponent implements OnInit {
});

this.cols = [
{ field: 'hostname', header: 'Hostname', order: 0, width: '100px', disabled: false },
{ field: 'type', header: 'Device Type', order: 0, width: '140px', disabled: false },
{ field: 'platform_description', header: 'OS', order: 0, width: '140px', disabled: false },
{ field: 'hostname', header: 'Hostname', order: 0, width: '240px', disabled: false },
{ field: 'type', header: 'Device Type', order: 0, width: '180px', disabled: false },
{ field: 'platform_description', header: 'OS', order: 0, width: '180px', disabled: false },
{ field: 'num_patches', header: 'Security Patches Missing', order: 0, width: '180px', disabled: false },
{ field: 'av_status', header: 'AntiVirus Status', order: 0, width: '180px', disabled: false },
{ field: 'firewall_status', header: 'Firewall Status', order: 0, width: '220px', disabled: false },
{ field: 'sysdrive_encryption_status', header: 'Disk Encryption', order: 0, width: '140px', disabled: false },
{ field: 'last_activity_at', header: 'Last Activity', order: 0, width: '140px', disabled: false }
{ field: 'firewall_status', header: 'Firewall Status', order: 0, width: '180px', disabled: false },
{ field: 'sysdrive_encryption_status', header: 'Disk Encryption', order: 0, width: '180px', disabled: false },
{ field: 'last_activity_at', header: 'Last Activity', order: 0, width: '180px', disabled: false }
];

this.service.sorting$.subscribe((p: any) => {
Expand Down

0 comments on commit 3858007

Please sign in to comment.