diff --git a/client/src/css/partials/_tables.scss b/client/src/css/partials/_tables.scss index fb5f184ad..bb3fbcf3b 100644 --- a/client/src/css/partials/_tables.scss +++ b/client/src/css/partials/_tables.scss @@ -658,12 +658,14 @@ html[xmlns] .dataTables_wrapper { display: block; } &.procsummary { td:nth-of-type(1):before { content: "Type"; } td:nth-of-type(2):before { content: "Resolution"; } - td:nth-of-type(3):before { content: "Space Group"; } - td:nth-of-type(4):before { content: "Mn"; } - td:nth-of-type(5):before { content: "Rmerge Inner"; } - td:nth-of-type(6):before { content: "Rmerge Outer"; } - td:nth-of-type(7):before { content: "Completeness"; } - td:nth-of-type(8):before { content: "Cell"; } + td:nth-of-type(3):before { content: "Resolution I/sig(I)=2"; } + td:nth-of-type(4):before { content: "Space Group"; } + td:nth-of-type(5):before { content: "Mn"; } + td:nth-of-type(6):before { content: "Rmeas Inner"; } + td:nth-of-type(7):before { content: "Rmeas Outer"; } + td:nth-of-type(8):before { content: "Completeness"; } + td:nth-of-type(9):before { content: "Cell"; } + td:nth-of-type(10):before { content: "Message"; } } &.autoprocess {