Remove Web UI version

No reason to manage a version number separately from the overall
project. Remove the version and rename the element.
Based on feedback on https://gerrit.openbmc-project.xyz/#/c/10364/.

Change-Id: I055445db8bdda36dc408c057132e6e69b8935a6b
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/app/common/directives/app-header.html b/app/common/directives/app-header.html
index e396537..63b1e8e 100644
--- a/app/common/directives/app-header.html
+++ b/app/common/directives/app-header.html
@@ -1,7 +1,7 @@
 <div id="header__wrapper">
 	<!-- HEADER -->
 	<header id="header">
-		<span class="app__version float-left">OpenBMC {{dataService.app_version}}</span>
+		<span class="header__title float-left">OpenBMC</span>
 		<a href="" class="header__logout" ng-click="logout()">Log out</a>
 	</header>
 	<div class="header__functions-wrapper" role="heading">