aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-10-08 19:14:32 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-10-08 19:14:32 +0200
commit44ee68c2cf84d6e131c589e4d325d0b209eba1e3 (patch)
treef03e15de66b23d50e1220a9612ee54ddac5cd27b
parent300f37b2111673323948698752a88d4a97a7947b (diff)
Improved again instructions readability of static page
Change-Id: I5932964d9cde7dc9c2d864905629c1f563bd149d Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--webapp/src/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/webapp/src/index.html b/webapp/src/index.html
index c784ae1..e863020 100644
--- a/webapp/src/index.html
+++ b/webapp/src/index.html
@@ -45,7 +45,7 @@
#dashbButton {
font-size: large;
font-weight: bold;
- background: none;
+ background: lightgrey;
color: royalblue;
min-height: 5rem;
}
@@ -65,8 +65,8 @@
</h2>
<button id="dashbButton">
- Try to connect to dashboard
- <br> http://localhost:8800
+ Click here to connect to XDS Dashboard
+ <br> <small>http://localhost:8800</small>
</button>
<script type="text/javascript">
document.getElementById("dashbButton").onclick = function () {