Proxy ids are unique whereas names can be used several times in the
configuration. In order to prevent the ambiguity, the HTML form now provides
the backend id instead of its name (the name can still be provided in the POST
data).
"<option value=\"disable\">Disable</option>"
"<option value=\"enable\">Enable</option>"
"</select>"
- "<input type=\"hidden\" name=\"b\" value=\"%s\">"
+ "<input type=\"hidden\" name=\"b\" value=\"#%d\">"
" <input type=\"submit\" value=\"Apply\">"
"</form>",
- px->id);
+ px->uuid);
}
chunk_printf(&msg, "<p>\n");