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
02ad2e5f
Commit
02ad2e5f
authored
Dec 21, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tech: cleaned up unused stuff
parent
9f7560b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
60 deletions
+1
-60
public/app/core/components/grafana_app.ts
+0
-59
public/app/features/styleguide/styleguide.ts
+1
-1
No files found.
public/app/core/components/grafana_app.ts
View file @
02ad2e5f
...
@@ -49,65 +49,6 @@ export class GrafanaCtrl {
...
@@ -49,65 +49,6 @@ export class GrafanaCtrl {
appEvents
.
emit
(
name
,
payload
);
appEvents
.
emit
(
name
,
payload
);
};
};
$rootScope
.
colors
=
[
'#7EB26D'
,
'#EAB839'
,
'#6ED0E0'
,
'#EF843C'
,
'#E24D42'
,
'#1F78C1'
,
'#BA43A9'
,
'#705DA0'
,
'#508642'
,
'#CCA300'
,
'#447EBC'
,
'#C15C17'
,
'#890F02'
,
'#0A437C'
,
'#6D1F62'
,
'#584477'
,
'#B7DBAB'
,
'#F4D598'
,
'#70DBED'
,
'#F9BA8F'
,
'#F29191'
,
'#82B5D8'
,
'#E5A8E2'
,
'#AEA2E0'
,
'#629E51'
,
'#E5AC0E'
,
'#64B0C8'
,
'#E0752D'
,
'#BF1B00'
,
'#0A50A1'
,
'#962D82'
,
'#614D93'
,
'#9AC48A'
,
'#F2C96D'
,
'#65C5DB'
,
'#F9934E'
,
'#EA6460'
,
'#5195CE'
,
'#D683CE'
,
'#806EB7'
,
'#3F6833'
,
'#967302'
,
'#2F575E'
,
'#99440A'
,
'#58140C'
,
'#052B51'
,
'#511749'
,
'#3F2B5B'
,
'#E0F9D7'
,
'#FCEACA'
,
'#CFFAFF'
,
'#F9E2D2'
,
'#FCE2DE'
,
'#BADFF4'
,
'#F9D9F9'
,
'#DEDAF7'
,
];
$scope
.
init
();
$scope
.
init
();
}
}
}
}
...
...
public/app/features/styleguide/styleguide.ts
View file @
02ad2e5f
...
@@ -9,7 +9,7 @@ class StyleGuideCtrl {
...
@@ -9,7 +9,7 @@ class StyleGuideCtrl {
navModel
:
any
;
navModel
:
any
;
/** @ngInject **/
/** @ngInject **/
constructor
(
private
$
http
,
private
$
routeParams
,
private
backendSrv
,
navModelSrv
)
{
constructor
(
private
$routeParams
,
private
backendSrv
,
navModelSrv
)
{
this
.
navModel
=
navModelSrv
.
getNav
(
'cfg'
,
'admin'
,
'styleguide'
,
1
);
this
.
navModel
=
navModelSrv
.
getNav
(
'cfg'
,
'admin'
,
'styleguide'
,
1
);
this
.
theme
=
config
.
bootData
.
user
.
lightTheme
?
'light'
:
'dark'
;
this
.
theme
=
config
.
bootData
.
user
.
lightTheme
?
'light'
:
'dark'
;
}
}
...
...
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