Wait. So we gave up @actionParam
in <DButton>
and do this to pass stuff:
@action={{fn this.addExtraVars this.extraVarsSmtp}}
but in <NavItem>
we still stil have this to pass parameters to a route
@route="pfaffmanager.servers.show"
@routeParam={{server.id}}