Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
0bb24909
Commit
0bb24909
authored
Aug 30, 2018
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tslint: added 2 more rules and removed unused component, #12918
parent
272c0951
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
public/app/core/angular_wrappers.ts
+0
-2
public/app/core/components/Login/LoginBackground.tsx
+0
-0
tslint.json
+4
-0
No files found.
public/app/core/angular_wrappers.ts
View file @
0bb24909
...
...
@@ -2,7 +2,6 @@ import { react2AngularDirective } from 'app/core/utils/react2angular';
import
{
PasswordStrength
}
from
'./components/PasswordStrength'
;
import
PageHeader
from
'./components/PageHeader/PageHeader'
;
import
EmptyListCTA
from
'./components/EmptyListCTA/EmptyListCTA'
;
import
LoginBackground
from
'./components/Login/LoginBackground'
;
import
{
SearchResult
}
from
'./components/search/SearchResult'
;
import
{
TagFilter
}
from
'./components/TagFilter/TagFilter'
;
import
DashboardPermissions
from
'./components/Permissions/DashboardPermissions'
;
...
...
@@ -11,7 +10,6 @@ export function registerAngularDirectives() {
react2AngularDirective
(
'passwordStrength'
,
PasswordStrength
,
[
'password'
]);
react2AngularDirective
(
'pageHeader'
,
PageHeader
,
[
'model'
,
'noTabs'
]);
react2AngularDirective
(
'emptyListCta'
,
EmptyListCTA
,
[
'model'
]);
react2AngularDirective
(
'loginBackground'
,
LoginBackground
,
[]);
react2AngularDirective
(
'searchResult'
,
SearchResult
,
[]);
react2AngularDirective
(
'tagFilter'
,
TagFilter
,
[
'tags'
,
...
...
public/app/core/components/Login/LoginBackground.tsx
deleted
100644 → 0
View file @
272c0951
This diff is collapsed.
Click to expand it.
tslint.json
View file @
0bb24909
{
"rules"
:
{
"array-type"
:
[
true
,
"array-simple"
],
"arrow-return-shorthand"
:
true
,
"ban"
:
[
true
,
{
"name"
:
"Array"
,
"message"
:
"tsstyle#array-constructor"
}
],
"interface-name"
:
[
true
,
"never-prefix"
],
"no-string-throw"
:
true
,
"no-unused-expression"
:
true
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment