Add support for nedge oem product name

This commit is contained in:
emanuele-f 2018-03-08 19:49:04 +01:00
parent 60f3753e12
commit ff69205b3d
15 changed files with 67 additions and 41 deletions

View file

@ -4,12 +4,12 @@
<li> <small>In order to visualize maps you must:</small>
<ol>
<li> <small>Have a working Internet connection.</small>
<li> <small>Have compiled ntopng with geolocation and started with it.</small>
<li> <small>Have compiled the software with geolocation and started with it.</small>
<li> <small>Have active flows between peers with public IP addresses.</small>
</ol>
<li> <small>HTML <A HREF=http://diveintohtml5.info/geolocation.html>browser geolocation</A> is used to place on map hosts based on unknown locations.</small>
<li> <small>A Google Maps Browser API Key may be required. Detailed information on key generation <a href="https://googlegeodevelopers.blogspot.it/2016/06/building-for-scale-updates-to-google.html">can be found here</a>.<br>
Once generated, the key can be submitted via ntopng <a href="@HTTP_PREFIX@/lua/admin/prefs.lua?tab=users"><i class="fa fa-flask"></i> Preferences</a>.
Once generated, the key can be submitted via the <a href="@HTTP_PREFIX@/lua/admin/prefs.lua?tab=users"><i class="fa fa-flask"></i> Preferences</a>.
</small>
</ol>
</small>

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome to ntopng</title>
<title>Welcome to @NTOP_PRODUCT_NAME@</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href="@HTTP_PREFIX@/bootstrap/css/bootstrap.css" rel="stylesheet">

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome to ntopng</title>
<title>Welcome to @NTOP_PRODUCT_NAME@</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href="@HTTP_PREFIX@/bootstrap/css/bootstrap.css" rel="stylesheet">