minor cleanup
This commit is contained in:
parent
739e0fdbbf
commit
f432416ac8
|
@ -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));
|
||||||
|
|
Loading…
Reference in New Issue