FYI After spending some time today figuring this out I wanted to pay it forward.
If you add this text to the css stylesheet it will horizontally center the text of the hostname
table.list-table > thead > tr > th > div {
margin-left: auto;
margin-right: auto;
}
If you add this text to the css stylesheet it will horizontally center the text of the hostname

table.list-table > thead > tr > th > div {
margin-left: auto;
margin-right: auto;
}