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
642e1115
Unverified
Commit
642e1115
authored
Jan 28, 2019
by
Torkel Ödegaard
Committed by
GitHub
Jan 28, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15076 from grafana/minor-moving-task
Moving a few things from dashboard folder
parents
5082b66e
de79c27b
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
5 additions
and
5 deletions
+5
-5
public/app/features/dashboard/components/ShareModal/ShareModalCtrl.test.ts
+1
-1
public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderCorner.tsx
+1
-1
public/app/features/dashboard/index.ts
+0
-2
public/app/features/panel/all.ts
+2
-0
public/app/features/panel/panellinks/link_srv.ts
+0
-0
public/app/features/panel/panellinks/module.html
+0
-0
public/app/features/panel/panellinks/module.ts
+0
-0
public/app/features/panel/panellinks/specs/link_srv.test.ts
+0
-0
public/app/features/panel/repeat_option.ts
+0
-0
public/app/plugins/panel/singlestat/module.ts
+1
-1
No files found.
public/app/features/dashboard/components/ShareModal/ShareModalCtrl.test.ts
View file @
642e1115
import
config
from
'app/core/config'
;
import
{
LinkSrv
}
from
'app/features/
dashboard
/panellinks/link_srv'
;
import
{
LinkSrv
}
from
'app/features/
panel
/panellinks/link_srv'
;
import
{
ShareModalCtrl
}
from
'./ShareModalCtrl'
;
describe
(
'ShareModalCtrl'
,
()
=>
{
...
...
public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderCorner.tsx
View file @
642e1115
...
...
@@ -3,7 +3,7 @@ import Remarkable from 'remarkable';
import
{
Tooltip
}
from
'@grafana/ui'
;
import
{
PanelModel
}
from
'app/features/dashboard/panel_model'
;
import
templateSrv
from
'app/features/templating/template_srv'
;
import
{
LinkSrv
}
from
'app/features/
dashboard
/panellinks/link_srv'
;
import
{
LinkSrv
}
from
'app/features/
panel
/panellinks/link_srv'
;
import
{
getTimeSrv
,
TimeSrv
}
from
'app/features/dashboard/time_srv'
;
enum
InfoModes
{
...
...
public/app/features/dashboard/index.ts
View file @
642e1115
import
'./dashboard_ctrl'
;
import
'./time_srv'
;
import
'./repeat_option/repeat_option'
;
import
'./dashgrid/DashboardGridDirective'
;
import
'./panellinks/module'
;
// Services
import
'./services/DashboardViewStateSrv'
;
...
...
public/app/features/panel/all.ts
View file @
642e1115
...
...
@@ -4,3 +4,5 @@ import './solo_panel_ctrl';
import
'./query_ctrl'
;
import
'./panel_editor_tab'
;
import
'./query_editor_row'
;
import
'./repeat_option'
;
import
'./panellinks/module'
;
public/app/features/
dashboard
/panellinks/link_srv.ts
→
public/app/features/
panel
/panellinks/link_srv.ts
View file @
642e1115
File moved
public/app/features/
dashboard
/panellinks/module.html
→
public/app/features/
panel
/panellinks/module.html
View file @
642e1115
File moved
public/app/features/
dashboard
/panellinks/module.ts
→
public/app/features/
panel
/panellinks/module.ts
View file @
642e1115
File moved
public/app/features/
dashboard
/panellinks/specs/link_srv.test.ts
→
public/app/features/
panel
/panellinks/specs/link_srv.test.ts
View file @
642e1115
File moved
public/app/features/
dashboard/repeat_option
/repeat_option.ts
→
public/app/features/
panel
/repeat_option.ts
View file @
642e1115
File moved
public/app/plugins/panel/singlestat/module.ts
View file @
642e1115
...
...
@@ -2,7 +2,7 @@ import _ from 'lodash';
import
$
from
'jquery'
;
import
'vendor/flot/jquery.flot'
;
import
'vendor/flot/jquery.flot.gauge'
;
import
'app/features/
dashboard
/panellinks/link_srv'
;
import
'app/features/
panel
/panellinks/link_srv'
;
import
kbn
from
'app/core/utils/kbn'
;
import
config
from
'app/core/config'
;
...
...
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