]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Change project name to "Ceph Dashboard" 32959/head
authorLenz Grimmer <lgrimmer@suse.com>
Wed, 29 Jan 2020 10:04:28 +0000 (11:04 +0100)
committerLenz Grimmer <lgrimmer@suse.com>
Wed, 29 Jan 2020 10:04:28 +0000 (11:04 +0100)
The Dashboard's "About" page still referred to the
application as "Ceph Manager Dashboard".
Changed the `projectName` constant to
"Ceph Dashboard" to resolve this.

Fixes: https://tracker.ceph.com/issues/43840
Signed-off-by: Lenz Grimmer <lgrimmer@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/constants/app.constants.ts

index cb99bd6338e9694832ffa85ef6961f97d4b915c9..802c0d96f34eaeff23cba136469b9c3774ac5fba 100644 (file)
@@ -4,7 +4,7 @@ import { I18n } from '@ngx-translate/i18n-polyfill';
 
 export class AppConstants {
   public static readonly organization = 'ceph';
-  public static readonly projectName = 'Ceph Manager Dashboard';
+  public static readonly projectName = 'Ceph Dashboard';
   public static readonly license = 'Free software (LGPL 2.1).';
 }