summaryrefslogtreecommitdiffstats
path: root/app/login
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2017-11-06 15:54:03 -0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-11-07 00:51:54 +0000
commit879481e5c65314a1b2261d5c4543890b911ab01a (patch)
treea72781f4a6c067d4a2aa81c4add03111a9dd2f7b /app/login
parentbbcf670a1c8c7463556eb006bc8f6bbfe29af3e4 (diff)
downloadphosphor-webui-879481e5c65314a1b2261d5c4543890b911ab01a.tar.gz
phosphor-webui-879481e5c65314a1b2261d5c4543890b911ab01a.zip
Remove reference to IBM in phosphor-webui
As phosphor webui is supposed to be the reference implementation, it should not reference IBM, nor have IBM copywritten logos contained within it. If these are neccesary for IBM platforms, they should be done in a bbappend in the bitbake layer, or in a way that doesn't put copywritten materials on BMCs that may not have permission to use and release it. I'm hoping to generate ddiscussion on how the best way to handle this from a build perspective would be, but for now, references should be to the OpenBmc project, not IBM to avoid copyright issues. Change-Id: I73efda399e967ca4446b8df403e94e14ab24aff8 Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Diffstat (limited to 'app/login')
-rw-r--r--app/login/controllers/login-controller.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/login/controllers/login-controller.html b/app/login/controllers/login-controller.html
index 8217ea3..805e64a 100644
--- a/app/login/controllers/login-controller.html
+++ b/app/login/controllers/login-controller.html
@@ -1,14 +1,14 @@
<div>
<div class="row">
<div class="columns large-6">
- <img src="../../assets/images/logo.svg" class="login__logo" alt="IBM logo" role="img"/>
- </div>
+ <img src="../../assets/images/logo.svg" class="login__logo" alt="OpenBMC logo" role="img"/>
+ </div>
<div class="columns large-6">
</div>
</div>
<div class="row">
<div class="columns large-6 login__desc">
- <h1>OpenBMC for IBM Power Systems</h1>
+ <h1>OpenBMC</h1>
</div>
<div class="columns large-6 disabled">
<form id="login__form" action="">
OpenPOWER on IntegriCloud