minor cleanup

This commit is contained in:
Vassil Peytchev 2024-08-08 11:50:49 -05:00
parent 739e0fdbbf
commit f432416ac8
1 changed files with 1 additions and 1 deletions

View File

@ -932,7 +932,7 @@ public class CapabilityStatementRenderer extends ResourceRenderer {
renderSupportedProfiles(status, res, profCell, r); renderSupportedProfiles(status, res, profCell, r);
} }
//Show capabilities //Show capabilities
tr.td().addText(showOp(r, TypeRestfulInteraction.READ)); tr.td().attribute("class", "text-center").addText(showOp(r, TypeRestfulInteraction.READ));
if (hasVRead) if (hasVRead)
tr.td().attribute("class", "text-center").addText(showOp(r, TypeRestfulInteraction.VREAD)); tr.td().attribute("class", "text-center").addText(showOp(r, TypeRestfulInteraction.VREAD));
tr.td().attribute("class", "text-center").addText(showOp(r, TypeRestfulInteraction.SEARCHTYPE)); tr.td().attribute("class", "text-center").addText(showOp(r, TypeRestfulInteraction.SEARCHTYPE));