]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Few linting fixes
authorTiago Melo <tmelo@suse.com>
Tue, 24 Mar 2020 11:11:37 +0000 (10:11 -0100)
committerTiago Melo <tmelo@suse.com>
Tue, 12 May 2020 23:39:43 +0000 (23:39 +0000)
Signed-off-by: Tiago Melo <tmelo@suse.com>
src/pybind/mgr/dashboard/frontend/angular.json
src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts

index c4123d6e02fe4b672c8d2e0f94f972a9441c560a..beaeb5a549c54b23c580f3b2e171a8398df31fbd 100644 (file)
                   "maximumWarning": "6kb"
                 }
               ],
-            "localize": [
-              "cs"
-            ],
-              "outputPath": "dist"},
+              "localize": [
+                "cs"
+              ],
+              "outputPath": "dist"
+            },
             "de-DE": {
               "budgets": [
                 {
                   "maximumWarning": "6kb"
                 }
               ],
-            "localize": [
-              "de-DE"
-            ],
-              "outputPath": "dist"},
+              "localize": [
+                "de-DE"
+              ],
+              "outputPath": "dist"
+            },
             "en-US": {
               "budgets": [
                 {
                   "maximumWarning": "6kb"
                 }
               ],
-            "localize": [
-              "en-US"
-            ],
-              "outputPath": "dist"},
+              "localize": [
+                "en-US"
+              ],
+              "outputPath": "dist"
+            },
             "es-ES": {
               "budgets": [
                 {
                   "maximumWarning": "6kb"
                 }
               ],
-            "localize": [
-              "es-ES"
-            ],
-              "outputPath": "dist"},
+              "localize": [
+                "es-ES"
+              ],
+              "outputPath": "dist"
+            },
             "fr-FR": {
               "budgets": [
                 {
                   "maximumWarning": "6kb"
                 }
               ],
-            "localize": [
-              "fr-FR"
-            ],
-              "outputPath": "dist"},
+              "localize": [
+                "fr-FR"
+              ],
+              "outputPath": "dist"
+            },
             "id-ID": {
               "budgets": [
                 {
                   "maximumWarning": "6kb"
                 }
               ],
-            "localize": [
-              "id-ID"
-            ],
-              "outputPath": "dist"},
+              "localize": [
+                "id-ID"
+              ],
+              "outputPath": "dist"
+            },
             "it-IT": {
               "budgets": [
                 {
                   "maximumWarning": "6kb"
                 }
               ],
-            "localize": [
-              "it-IT"
-            ],
-              "outputPath": "dist"},
+              "localize": [
+                "it-IT"
+              ],
+              "outputPath": "dist"
+            },
             "ja-JP": {
               "budgets": [
                 {
                   "maximumWarning": "6kb"
                 }
               ],
-            "localize": [
-              "ja-JP"
-            ],
-              "outputPath": "dist"},
+              "localize": [
+                "ja-JP"
+              ],
+              "outputPath": "dist"
+            },
             "ko-KR": {
               "budgets": [
                 {
                   "maximumWarning": "6kb"
                 }
               ],
-            "localize": [
-              "ko-KR"
-            ],
-              "outputPath": "dist"},
+              "localize": [
+                "ko-KR"
+              ],
+              "outputPath": "dist"
+            },
             "pl-PL": {
               "budgets": [
                 {
                   "maximumWarning": "6kb"
                 }
               ],
-            "localize": [
-              "pl-PL"
-            ],
-              "outputPath": "dist"},
+              "localize": [
+                "pl-PL"
+              ],
+              "outputPath": "dist"
+            },
             "pt-BR": {
               "budgets": [
                 {
                   "maximumWarning": "6kb"
                 }
               ],
-            "localize": [
-              "pt-BR"
-            ],
-              "outputPath": "dist"},
+              "localize": [
+                "pt-BR"
+              ],
+              "outputPath": "dist"
+            },
             "zh-CN": {
               "budgets": [
                 {
                   "maximumWarning": "6kb"
                 }
               ],
-            "localize": [
-              "zh-CN"
-            ],
-              "outputPath": "dist"},
+              "localize": [
+                "zh-CN"
+              ],
+              "outputPath": "dist"
+            },
             "zh-TW": {
               "budgets": [
                 {
                   "maximumWarning": "6kb"
                 }
               ],
-            "localize": [
-              "zh-TW"
-            ],
-              "outputPath": "dist"}
+              "localize": [
+                "zh-TW"
+              ],
+              "outputPath": "dist"
+            }
           }
         },
         "serve": {
       "prefix": "cd"
     }
   },
-  "cli": {}
-}
+  "cli": {
+    "analytics": false
+  }
+}
\ No newline at end of file
index 053ca8015ddd97e4c7cb10739954b088ec02cb43..3e98b5268b43b72eccfe5d2244664f81e01df479 100644 (file)
@@ -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';