views: enable mac update in /action/client/update

Allow MAC address modification in the client update form.
master
Alejandro Sirgo Rica 2024-06-05 12:06:23 +02:00
parent acd6d20eeb
commit 1d8c752901
1 changed files with 0 additions and 1 deletions

View File

@ -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}