diff --git a/applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js b/applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js index c8f9344da5a0..48281d323413 100644 --- a/applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js +++ b/applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js @@ -160,7 +160,7 @@ return view.extend({ o = s.option(form.ListValue, 'driver', _('Driver'), _('If this list is empty you need to %s'.format('%s'.format(_('install drivers'))))); driver_list.forEach(driver => { - o.value(driver_path + driver); + o.value(driver); }); o.optional = false;