mirror of https://git.48k.eu/ogcp
views: enable mac update in /action/client/update
Allow MAC address modification in the client update form.master
parent
acd6d20eeb
commit
1d8c752901
|
@ -1272,7 +1272,6 @@ def action_client_update():
|
|||
|
||||
db_client = r.json()
|
||||
|
||||
form.mac.render_kw = {'readonly': True}
|
||||
form.server.data = "{0}:{1}".format(server.ip, server.port)
|
||||
form.ip.data = db_client['ip']
|
||||
form.ip.render_kw = {'readonly': True}
|
||||
|
|
Loading…
Reference in New Issue