From f9e7b14f2cca2cb1c4ce08ba12a592f7fc6fd618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 10 Feb 2016 08:32:16 +0100 Subject: [PATCH] cleanup(): removed old file --- public/app/features/panel/partials/panel.html | 47 ------------------- tslint.json | 2 +- 2 files changed, 1 insertion(+), 48 deletions(-) delete mode 100644 public/app/features/panel/partials/panel.html diff --git a/public/app/features/panel/partials/panel.html b/public/app/features/panel/partials/panel.html deleted file mode 100644 index b5228840687..00000000000 --- a/public/app/features/panel/partials/panel.html +++ /dev/null @@ -1,47 +0,0 @@ -
-
- - - - - - - - - - -
-
- -
- -
- -
- -
-
-
-
- - {{ctrl.name}} -
- -
-
-
-
- - -
- -
-
- -
-
-
-
- diff --git a/tslint.json b/tslint.json index e96690320c9..04d04bc48d3 100644 --- a/tslint.json +++ b/tslint.json @@ -23,7 +23,7 @@ "no-debugger": true, "no-duplicate-key": true, "no-duplicate-variable": true, - "no-empty": true, + "no-empty": false, "no-eval": true, "no-inferrable-types": true, "no-shadowed-variable": false,