summaryrefslogtreecommitdiffstats
path: root/app/server-control/controllers
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/server-control/controllers
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/server-control/controllers')
-rw-r--r--app/server-control/controllers/remote-console-controller.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/server-control/controllers/remote-console-controller.js b/app/server-control/controllers/remote-console-controller.js
index 2b69561..c32749a 100644
--- a/app/server-control/controllers/remote-console-controller.js
+++ b/app/server-control/controllers/remote-console-controller.js
@@ -49,7 +49,7 @@ window.angular && (function (angular) {
//Print to console window
term.io.println('OpenBMC ver.00');
term.io.println('This is not an actual live connection.');
- term.io.print('root@IBM:');
+ term.io.print('root@OpenBmc:');
//Allows keyboard input
term.installKeyboard();
OpenPOWER on IntegriCloud