Removes google maps api key conf (we use openstreetmap now)

This commit is contained in:
Simone Mainardi 2020-02-06 17:46:45 +01:00
parent 33b7b2f273
commit f1f3dc64da
3 changed files with 2 additions and 12 deletions

View file

@ -615,12 +615,7 @@ function printGUI()
"http_acl_management_port",
"", false, nil, nil, nil, {style = {width = "25em;"},
attributes = {spellcheck = "false", maxlength = 64, pattern = getACLPattern()}})
prefsInputFieldPrefs(subpage_active.entries["google_apis_browser_key"].title, subpage_active.entries["google_apis_browser_key"].description,
"ntopng.prefs.",
"google_apis_browser_key",
"", false, nil, nil, nil, {style={width="25em;"}, attributes={spellcheck="false"} --[[ Note: Google API keys can vary in format ]] })
-- #####################
print('<tr><th colspan=2 style="text-align:right;"><button type="submit" class="btn btn-primary" style="width:115px" disabled="disabled">'..i18n("save")..'</button></th></tr>')