From: Tiago Melo Date: Tue, 24 Mar 2020 11:11:37 +0000 (-0100) Subject: mgr/dashboard: Few linting fixes X-Git-Tag: v16.1.0~2351^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e65faa8bec22c36a07bd6b7df39ae359922298c6;p=ceph.git mgr/dashboard: Few linting fixes Signed-off-by: Tiago Melo --- diff --git a/src/pybind/mgr/dashboard/frontend/angular.json b/src/pybind/mgr/dashboard/frontend/angular.json index c4123d6e02fe..beaeb5a549c5 100644 --- a/src/pybind/mgr/dashboard/frontend/angular.json +++ b/src/pybind/mgr/dashboard/frontend/angular.json @@ -134,10 +134,11 @@ "maximumWarning": "6kb" } ], - "localize": [ - "cs" - ], - "outputPath": "dist"}, + "localize": [ + "cs" + ], + "outputPath": "dist" + }, "de-DE": { "budgets": [ { @@ -145,10 +146,11 @@ "maximumWarning": "6kb" } ], - "localize": [ - "de-DE" - ], - "outputPath": "dist"}, + "localize": [ + "de-DE" + ], + "outputPath": "dist" + }, "en-US": { "budgets": [ { @@ -156,10 +158,11 @@ "maximumWarning": "6kb" } ], - "localize": [ - "en-US" - ], - "outputPath": "dist"}, + "localize": [ + "en-US" + ], + "outputPath": "dist" + }, "es-ES": { "budgets": [ { @@ -167,10 +170,11 @@ "maximumWarning": "6kb" } ], - "localize": [ - "es-ES" - ], - "outputPath": "dist"}, + "localize": [ + "es-ES" + ], + "outputPath": "dist" + }, "fr-FR": { "budgets": [ { @@ -178,10 +182,11 @@ "maximumWarning": "6kb" } ], - "localize": [ - "fr-FR" - ], - "outputPath": "dist"}, + "localize": [ + "fr-FR" + ], + "outputPath": "dist" + }, "id-ID": { "budgets": [ { @@ -189,10 +194,11 @@ "maximumWarning": "6kb" } ], - "localize": [ - "id-ID" - ], - "outputPath": "dist"}, + "localize": [ + "id-ID" + ], + "outputPath": "dist" + }, "it-IT": { "budgets": [ { @@ -200,10 +206,11 @@ "maximumWarning": "6kb" } ], - "localize": [ - "it-IT" - ], - "outputPath": "dist"}, + "localize": [ + "it-IT" + ], + "outputPath": "dist" + }, "ja-JP": { "budgets": [ { @@ -211,10 +218,11 @@ "maximumWarning": "6kb" } ], - "localize": [ - "ja-JP" - ], - "outputPath": "dist"}, + "localize": [ + "ja-JP" + ], + "outputPath": "dist" + }, "ko-KR": { "budgets": [ { @@ -222,10 +230,11 @@ "maximumWarning": "6kb" } ], - "localize": [ - "ko-KR" - ], - "outputPath": "dist"}, + "localize": [ + "ko-KR" + ], + "outputPath": "dist" + }, "pl-PL": { "budgets": [ { @@ -233,10 +242,11 @@ "maximumWarning": "6kb" } ], - "localize": [ - "pl-PL" - ], - "outputPath": "dist"}, + "localize": [ + "pl-PL" + ], + "outputPath": "dist" + }, "pt-BR": { "budgets": [ { @@ -244,10 +254,11 @@ "maximumWarning": "6kb" } ], - "localize": [ - "pt-BR" - ], - "outputPath": "dist"}, + "localize": [ + "pt-BR" + ], + "outputPath": "dist" + }, "zh-CN": { "budgets": [ { @@ -255,10 +266,11 @@ "maximumWarning": "6kb" } ], - "localize": [ - "zh-CN" - ], - "outputPath": "dist"}, + "localize": [ + "zh-CN" + ], + "outputPath": "dist" + }, "zh-TW": { "budgets": [ { @@ -266,10 +278,11 @@ "maximumWarning": "6kb" } ], - "localize": [ - "zh-TW" - ], - "outputPath": "dist"} + "localize": [ + "zh-TW" + ], + "outputPath": "dist" + } } }, "serve": { @@ -355,5 +368,7 @@ "prefix": "cd" } }, - "cli": {} -} + "cli": { + "analytics": false + } +} \ No newline at end of file diff --git a/src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts b/src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts index 053ca8015ddd..3e98b5268b43 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts @@ -1,4 +1,4 @@ -import { NgModule, Injectable } from '@angular/core'; +import { Injectable, NgModule } from '@angular/core'; import { ActivatedRouteSnapshot, PreloadAllModules, RouterModule, Routes } from '@angular/router'; import * as _ from 'lodash';