protected void initiailzeTableConfigurations() {
TableConfiguration table = createTableConfiguration(RoutesNode.class);
table.column("Route Id").setLabelProviderStyle("image");
table.column("State");
table.column("Tracing");
table.column("Exchanges Total");
table.column("Exchanges Failed");
table.column("Exchanges Completed");
table.column("Total Processing Time");
table.column("Endpoint Uri").setWidth(400);
table.column("Camel Id").setVisible(false);