Commit 0e4b3d2c by aagusti

Penambahan fungsi config_pars_url

1 parent 60f430fb
from opensipkd.base import get_params
from opensipkd.models import (DBSession, User, GroupPermission, UserDeviceModel)
from opensipkd.tools import (
......@@ -149,3 +150,6 @@ def update_token(user):
DBSession.flush()
return dict(token=user.security_code)
def config_pars_rpc_url(params, method=None):
values = get_params(params)
return pars_rpc_url(values, method)
\ No newline at end of file
......@@ -55,7 +55,7 @@
</div>
<div class="col-md-12" align="center">
<img src="${home}static/img/logo.png"
class="img-float img-thumbnail" style="height:auto;width:auto;border:none;"/>
class="img-float img-thumbnail" style="height:50px;width:auto;border:none;"/>
</div>
<div class="clearfix"></div>
</fieldset>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!