You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by wf...@apache.org on 2014/10/03 19:35:39 UTC

git commit: Remove "UI" from page titles.

Repository: incubator-aurora
Updated Branches:
  refs/heads/master ee4e428c1 -> de47abafe


Remove "UI" from page titles.

Reviewed at https://reviews.apache.org/r/26269/


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/de47abaf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/de47abaf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/de47abaf

Branch: refs/heads/master
Commit: de47abafebe9ce2c831c2219b3b916dc42296357
Parents: ee4e428
Author: Bill Farner <wf...@apache.org>
Authored: Fri Oct 3 10:35:27 2014 -0700
Committer: Bill Farner <wf...@apache.org>
Committed: Fri Oct 3 10:35:27 2014 -0700

----------------------------------------------------------------------
 src/main/resources/org/apache/aurora/scheduler/http/ui/index.html  | 2 +-
 .../resources/org/apache/aurora/scheduler/http/ui/js/services.js   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/de47abaf/src/main/resources/org/apache/aurora/scheduler/http/ui/index.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/apache/aurora/scheduler/http/ui/index.html b/src/main/resources/org/apache/aurora/scheduler/http/ui/index.html
index 40617aa..e4ae88c 100644
--- a/src/main/resources/org/apache/aurora/scheduler/http/ui/index.html
+++ b/src/main/resources/org/apache/aurora/scheduler/http/ui/index.html
@@ -17,7 +17,7 @@
   <meta charset='utf-8'>
   <meta name='google' value='notranslate'>
   <link rel='icon' href='/images/aurora.png' type='image/png'/>
-  <title>Aurora UI</title>
+  <title>Aurora</title>
 </head>
 <body class='ng-cloak'>
 

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/de47abaf/src/main/resources/org/apache/aurora/scheduler/http/ui/js/services.js
----------------------------------------------------------------------
diff --git a/src/main/resources/org/apache/aurora/scheduler/http/ui/js/services.js b/src/main/resources/org/apache/aurora/scheduler/http/ui/js/services.js
index 3a07ce7..b744f37 100644
--- a/src/main/resources/org/apache/aurora/scheduler/http/ui/js/services.js
+++ b/src/main/resources/org/apache/aurora/scheduler/http/ui/js/services.js
@@ -209,7 +209,7 @@
           },
 
           getPageTitle: function (info) {
-            var title = 'Aurora UI';
+            var title = 'Aurora';
             if (_.isNull(info) || info.error || typeof info.clusterName === 'undefined') {
               return title;
             } else {