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
f80d5f8c
Commit
f80d5f8c
authored
Feb 05, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor(): minor refactor
parent
714129c8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
10 deletions
+2
-10
public/app/features/panel/panel.ts
+0
-8
public/app/features/panel/partials/query_editor_row.html
+1
-1
public/app/plugins/panel/text/module.ts
+1
-1
No files found.
public/app/features/panel/panel.ts
View file @
f80d5f8c
...
...
@@ -6,16 +6,8 @@ import {PanelCtrl} from './panel_ctrl';
import
{
MetricsPanelCtrl
}
from
'./metrics_panel_ctrl'
;
import
{
QueryCtrl
}
from
'./query_ctrl'
;
class
DefaultPanelCtrl
extends
PanelCtrl
{
/** @ngInject */
constructor
(
$scope
,
$injector
)
{
super
(
$scope
,
$injector
);
}
}
export
{
PanelCtrl
,
DefaultPanelCtrl
,
MetricsPanelCtrl
,
QueryCtrl
,
}
public/app/features/panel/partials/query_editor_row.html
View file @
f80d5f8c
...
...
@@ -33,7 +33,7 @@
</li>
<li
class=
"tight-form-item last"
>
<a
class=
"pointer"
tabindex=
"1"
ng-click=
"ctrl.removeQuery(target)"
>
<i
class=
"fa fa-
remove
"
></i>
<i
class=
"fa fa-
trash
"
></i>
</a>
</li>
</ul>
...
...
public/app/plugins/panel/text/module.ts
View file @
f80d5f8c
///<reference path="../../../headers/common.d.ts" />
import
_
from
'lodash'
;
import
{
PanelCtrl
}
from
'
../../..
/features/panel/panel'
;
import
{
PanelCtrl
}
from
'
app
/features/panel/panel'
;
// Set and populate defaults
var
panelDefaults
=
{
...
...
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