Skip to content

Commit

Permalink
Remove kubernetes_id column from the grid view.
Browse files Browse the repository at this point in the history
Redundant info
  • Loading branch information
foot committed Aug 9, 2016
1 parent d06547e commit b3f2b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/scripts/charts/nodes-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { getNodeColor } from '../utils/color-utils';


const IGNORED_COLUMNS = ['docker_container_ports', 'docker_container_id', 'docker_image_id',
'docker_container_command', 'docker_container_networks'];
'docker_container_command', 'docker_container_networks', 'kubernetes_id'];


function getColumns(nodes) {
Expand Down

0 comments on commit b3f2b34

Please sign in to comment.