Skip to content

Commit

Permalink
Rename 'Management Console' to 'Web Console'
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed May 26, 2015
1 parent 54aed09 commit 1977357
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,14 @@ OpenShift and Kubernetes integrate with the [Swagger 2.0 API framework](http://s

and then browse to http://openshift3swagger-claytondev.rhcloud.com (which runs a copy of the Swagger UI that points to localhost:8080 by default). Expand the operations available on v1beta1 to see the schemas (and to try the API directly).

Management Console
------------------
Web Console
-----------

The OpenShift API server also hosts the web-based management console. You can try out the management console at [http://localhost:8443/console](http://localhost:8443/console).
The OpenShift API server also hosts a web console. You can try it out at [http://localhost:8443/console](http://localhost:8443/console).

For more information on the console [checkout the README](assets/README.md) and the [docs](http://docs.openshift.org/latest/dev_guide/console.html).

![Management console overview](docs/screenshots/console_overview.png?raw=true)
![Web console overview](docs/screenshots/console_overview.png?raw=true)

FAQ
---
Expand Down
4 changes: 2 additions & 2 deletions assets/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OpenShift 3 Static Assets
=========================
The static assets for OpenShift v3. This includes the web management console.
The static assets for OpenShift v3. This includes the web console.

Contributing
------------
Expand Down Expand Up @@ -64,7 +64,7 @@ If Travis complains that bindata.go is different than the committed version, ens
Architecture
------------
The OpenShift v3 management console is based on AngularJS and [Hawt.io](https://github.com/hawtio/hawtio-core)
The OpenShift v3 web console is based on AngularJS and [Hawt.io](https://github.com/hawtio/hawtio-core)
#### Navigation
Expand Down
2 changes: 1 addition & 1 deletion assets/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<base href="/">
<title>OpenShift Management Console</title>
<title>OpenShift Web Console</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
Expand Down
2 changes: 1 addition & 1 deletion assets/test/e2e/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('', function() {

login(true);

expect(browser.getTitle()).toEqual("OpenShift Management Console");
expect(browser.getTitle()).toEqual("OpenShift Web Console");
expect(element(by.css(".navbar-utility .username")).getText()).toEqual("e2e-user");
});

Expand Down
2 changes: 1 addition & 1 deletion pkg/assets/bindata.go
Original file line number Diff line number Diff line change
Expand Up @@ -12422,7 +12422,7 @@ var _index_html = []byte(`<!doctype html>
<head>
<meta charset="utf-8">
<base href="/">
<title>OpenShift Management Console</title>
<title>OpenShift Web Console</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">

Expand Down

0 comments on commit 1977357

Please sign in to comment.