aboutsummaryrefslogtreecommitdiffstats
path: root/gui/app/views/layout/header.html
diff options
context:
space:
mode:
authorRex Lee <limingjiang@huawei.com>2017-08-01 02:17:22 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-01 02:17:22 +0000
commit07e6f121f9ff5ef221c483aa9c5ec79811bea913 (patch)
tree5f19a3264252b513440ec869a9add7dd01af0097 /gui/app/views/layout/header.html
parentdfac81ab72dbed41b79ab49c3afd9d6e41ffe43f (diff)
parentaae1cd37cbdf2382b002177a3b4c77bdb968c6db (diff)
Merge "Add yardstick logo in GUI"
Diffstat (limited to 'gui/app/views/layout/header.html')
-rw-r--r--gui/app/views/layout/header.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/gui/app/views/layout/header.html b/gui/app/views/layout/header.html
index 033322a62..ad90de952 100644
--- a/gui/app/views/layout/header.html
+++ b/gui/app/views/layout/header.html
@@ -4,8 +4,9 @@
<div class="navbar-header">
-
+ <img src="images/logo.png" style="width:50px;height:50px;float:left;margin-left:20px;" />
<a class="navbar-brand" href="#/">Yardstick</a>
+
</div>
@@ -33,11 +34,11 @@
.navbar {
border-radius: 0px;
- background-color: #e95420;
+ background-color: #CAEEF1;
color: #fff;
}
.navbar-default .navbar-brand {
- color: #fff;
+ color: #333;
}
-</style>
+</style> \ No newline at end of file