diff --git a/mopidy_musicbox_webclient/static/css/webclient.css b/mopidy_musicbox_webclient/static/css/webclient.css
index 57ad59f..879b077 100644
--- a/mopidy_musicbox_webclient/static/css/webclient.css
+++ b/mopidy_musicbox_webclient/static/css/webclient.css
@@ -163,11 +163,15 @@
div.hostInfo {
width: 100%;
text-align: center;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
span.hostInfo {
font-weight: normal;
font-size: 0.75em;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
/********************
diff --git a/mopidy_musicbox_webclient/static/index.html b/mopidy_musicbox_webclient/static/index.html
index 3ac2ada..eee3248 100644
--- a/mopidy_musicbox_webclient/static/index.html
+++ b/mopidy_musicbox_webclient/static/index.html
@@ -98,7 +98,7 @@
{% if hostname == serverIP %}
{{programName}} running on {{ hostname }}:{{ serverPort}}
{% else %}
- {{programName}} running on {{ hostname }}/{{ serverIP }}:{{ serverPort}}
+ {{programName}} running on {{ hostname }} at {{ serverIP }}:{{ serverPort}}
{% end %}
diff --git a/mopidy_musicbox_webclient/static/mb.appcache b/mopidy_musicbox_webclient/static/mb.appcache
index fa52763..e0a2b3f 100644
--- a/mopidy_musicbox_webclient/static/mb.appcache
+++ b/mopidy_musicbox_webclient/static/mb.appcache
@@ -1,6 +1,6 @@
CACHE MANIFEST
-# 2016-12-04:v1
+# 2016-12-11:v1
NETWORK:
*