diff options
Diffstat (limited to 'linhes/linhes-web/website/contents')
-rwxr-xr-x | linhes/linhes-web/website/contents/header.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/linhes/linhes-web/website/contents/header.html b/linhes/linhes-web/website/contents/header.html index 3ee6762..1192f63 100755 --- a/linhes/linhes-web/website/contents/header.html +++ b/linhes/linhes-web/website/contents/header.html @@ -8,8 +8,7 @@ function beStatus() { - document.getElementById('mfemodify-me').href = "http://" + window.location.hostname + ":6544"; - document.getElementById('mbemodify-me').href = "http://" + window.location.hostname + ":6744"; + document.getElementById('mwamodify-me').href = "http://" + window.location.hostname + ":6544"; document.getElementById('plexmodify-me').href = "http://" + window.location.hostname + ":32400/web/"; document.getElementById('fgmodify-me').href = "http://" + window.location.hostname + ":3539/flexget/"; document.getElementById('btmodify-me').href = "http://" + window.location.hostname + ":8080"; @@ -41,8 +40,7 @@ function beStatus() <!--<li><a href="fe_status_load.shtml">MythFrontend Status</a></li>--> -<li><a href="" id="mfemodify-me" target="_blank">MythTV WebFrontend</a></li> -<li><a href="" id="mbemodify-me" target="_blank">MythTV Backend</a></li> +<li><a href="" id="mwamodify-me" target="_blank">MythTV Web App</a></li> <li><a href="" id="plexmodify-me" target="_blank">Plex</a></li> <li><a href="/logs/" >System »</a> @@ -71,7 +69,7 @@ function beStatus() <ul> <li><a href="http://linhes.org/wiki" >LinHES Wiki</a></li> <li><a href="http://forums.linhes.org" >LinHES Forums</a></li> - <li><a href="http://linhes.org/projects/linhes/issues" >LinHES Bug Tracker </a></li> + <li><a href="http://linhes.org/projects/linhes/issues" >LinHES Bug Tracker</a></li> <li><a href="http://linhes.org/projects/linhes/wiki/Official_and_3rd_party_add-ons" >LinHES Add-Ons</a></li> <li><a href="http://www.mythtv.org" >MythTV</a></li> <li><a href="http://smolt.mythtv.org" >MythTV Smolt Server</a></li> |