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
99a053bb
Commit
99a053bb
authored
Feb 08, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(): removed unused routes and minor fixes
parent
3a1dff66
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
6 deletions
+3
-6
pkg/api/index.go
+1
-1
pkg/cmd/web.go
+0
-3
public/app/core/components/navbar/navbar.html
+1
-1
public/app/core/directives/plugin_component.ts
+1
-1
No files found.
pkg/api/index.go
View file @
99a053bb
...
...
@@ -36,7 +36,7 @@ func setIndexViewData(c *middleware.Context) (*dtos.IndexViewData, error) {
}
if
setting
.
DisableGravatar
{
data
.
User
.
GravatarUrl
=
setting
.
AppSubUrl
+
"/img/user_profile.png"
data
.
User
.
GravatarUrl
=
setting
.
AppSubUrl
+
"/
public/
img/user_profile.png"
}
if
len
(
data
.
User
.
Name
)
==
0
{
...
...
pkg/cmd/web.go
View file @
99a053bb
...
...
@@ -36,9 +36,6 @@ func newMacaron() *macaron.Macaron {
}
mapStatic
(
m
,
setting
.
StaticRootPath
,
""
,
"public"
)
mapStatic
(
m
,
setting
.
StaticRootPath
,
"css"
,
"css"
)
mapStatic
(
m
,
setting
.
StaticRootPath
,
"img"
,
"img"
)
mapStatic
(
m
,
setting
.
StaticRootPath
,
"fonts"
,
"fonts"
)
mapStatic
(
m
,
setting
.
StaticRootPath
,
"robots.txt"
,
"robots.txt"
)
m
.
Use
(
macaron
.
Renderer
(
macaron
.
RenderOptions
{
...
...
public/app/core/components/navbar/navbar.html
View file @
99a053bb
...
...
@@ -3,7 +3,7 @@
<div
class=
"top-nav-btn top-nav-menu-btn"
>
<a
class=
"pointer"
ng-click=
"ctrl.contextSrv.toggleSideMenu()"
>
<span
class=
"top-nav-logo-background"
>
<img
class=
"logo-icon"
src=
"img/grafana_icon.svg"
></img>
<img
class=
"logo-icon"
src=
"
public/
img/grafana_icon.svg"
></img>
</span>
<i
class=
"icon-gf icon-gf-grafana_wordmark"
></i>
<i
class=
"fa fa-caret-down"
></i>
...
...
public/app/core/directives/plugin_component.ts
View file @
99a053bb
...
...
@@ -7,7 +7,7 @@ import config from 'app/core/config';
import
coreModule
from
'app/core/core_module'
;
import
{
UnknownPanelCtrl
}
from
'app/plugins/panel/unknown/module'
;
/** @ngInject */
/** @ngInject *
*
/
function
pluginDirectiveLoader
(
$compile
,
datasourceSrv
,
$rootScope
,
$q
,
$http
,
$templateCache
)
{
function
getTemplate
(
component
)
{
...
...
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