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
34567bc4
Commit
34567bc4
authored
Sep 10, 2018
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved folders from features into the main feature folder they belong to
parent
37af10c6
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
26 additions
and
24 deletions
+26
-24
public/app/features/all.ts
+0
-2
public/app/features/dashboard/all.ts
+2
-0
public/app/features/dashboard/dashlinks/editor.html
+0
-0
public/app/features/dashboard/dashlinks/editor.ts
+1
-1
public/app/features/dashboard/dashlinks/module.ts
+0
-0
public/app/features/dashboard/panellinks/link_srv.ts
+0
-0
public/app/features/dashboard/panellinks/module.html
+0
-0
public/app/features/dashboard/panellinks/module.ts
+1
-1
public/app/features/dashboard/panellinks/specs/link_srv.test.ts
+0
-0
public/app/features/dashboard/specs/share_modal_ctrl.test.ts
+1
-1
public/views/index.template.html
+21
-19
No files found.
public/app/features/all.ts
View file @
34567bc4
import
'./panellinks/module'
;
import
'./dashlinks/module'
;
import
'./annotations/all'
;
import
'./templating/all'
;
import
'./plugins/all'
;
...
...
public/app/features/dashboard/all.ts
View file @
34567bc4
...
...
@@ -27,6 +27,8 @@ import './dashgrid/RowOptions';
import
'./folder_picker/folder_picker'
;
import
'./move_to_folder_modal/move_to_folder'
;
import
'./settings/settings'
;
import
'./panellinks/module'
;
import
'./dashlinks/module'
;
import
coreModule
from
'app/core/core_module'
;
import
{
DashboardListCtrl
}
from
'./dashboard_list_ctrl'
;
...
...
public/app/features/dashlinks/editor.html
→
public/app/features/dash
board/dash
links/editor.html
View file @
34567bc4
File moved
public/app/features/dashlinks/editor.ts
→
public/app/features/dash
board/dash
links/editor.ts
View file @
34567bc4
...
...
@@ -66,7 +66,7 @@ function dashLinksEditor() {
return
{
restrict
:
'E'
,
controller
:
DashLinkEditorCtrl
,
templateUrl
:
'public/app/features/dashlinks/editor.html'
,
templateUrl
:
'public/app/features/dash
board/dash
links/editor.html'
,
bindToController
:
true
,
controllerAs
:
'ctrl'
,
scope
:
{
...
...
public/app/features/dashlinks/module.ts
→
public/app/features/dash
board/dash
links/module.ts
View file @
34567bc4
File moved
public/app/features/panellinks/link_srv.ts
→
public/app/features/
dashboard/
panellinks/link_srv.ts
View file @
34567bc4
File moved
public/app/features/panellinks/module.html
→
public/app/features/
dashboard/
panellinks/module.html
View file @
34567bc4
File moved
public/app/features/panellinks/module.ts
→
public/app/features/
dashboard/
panellinks/module.ts
View file @
34567bc4
...
...
@@ -9,7 +9,7 @@ function panelLinksEditor() {
},
restrict
:
'E'
,
controller
:
'PanelLinksEditorCtrl'
,
templateUrl
:
'public/app/features/panellinks/module.html'
,
templateUrl
:
'public/app/features/
dashboard/
panellinks/module.html'
,
link
:
()
=>
{},
};
}
...
...
public/app/features/panellinks/specs/link_srv.test.ts
→
public/app/features/
dashboard/
panellinks/specs/link_srv.test.ts
View file @
34567bc4
File moved
public/app/features/dashboard/specs/share_modal_ctrl.test.ts
View file @
34567bc4
import
'../shareModalCtrl'
;
import
{
ShareModalCtrl
}
from
'../shareModalCtrl'
;
import
config
from
'app/core/config'
;
import
{
LinkSrv
}
from
'app/features/panellinks/link_srv'
;
import
{
LinkSrv
}
from
'app/features/
dashboard/
panellinks/link_srv'
;
describe
(
'ShareModalCtrl'
,
()
=>
{
const
ctx
=
{
...
...
public/views/index.template.html
View file @
34567bc4
...
...
@@ -236,26 +236,28 @@
// insert it at the end of the head in a legacy-friendly manner
document
.
head
.
insertBefore
(
myCSS
,
document
.
head
.
childNodes
[
document
.
head
.
childNodes
.
length
-
1
].
nextSibling
);
</script>
[[if .GoogleTagManagerId]]
<script>
dataLayer
=
[{
'IsSignedIn'
:
'[[.User.IsSignedIn]]'
,
'Email'
:
'[[.User.Email]]'
,
'Name'
:
'[[.User.Name]]'
,
'UserId'
:
'[[.User.Id]]'
,
'OrgId'
:
'[[.User.OrgId]]'
,
'OrgName'
:
'[[.User.OrgName]]'
,
}];
</script>
<!-- Google Tag Manager -->
<noscript>
<iframe
src=
"//www.googletagmanager.com/ns.html?id=[[.GoogleTagManagerId]]"
height=
"0"
width=
"0"
style=
"display:none;visibility:hidden"
></iframe>
</noscript>
<script>
(
function
(
w
,
d
,
s
,
l
,
i
)
{
w
[
l
]
=
w
[
l
]
||
[];
w
[
l
].
push
({
'gtm.start'
:
new
Date
().
getTime
(),
event
:
'gtm.js'
});
var
f
=
d
.
getElementsByTagName
(
s
)[
0
],
j
=
d
.
createElement
(
s
),
dl
=
l
!=
'dataLayer'
?
'&l='
+
l
:
''
;
j
.
async
=
true
;
j
.
src
=
'//www.googletagmanager.com/gtm.js?id='
+
i
+
dl
;
f
.
parentNode
.
insertBefore
(
j
,
f
);
})(
window
,
document
,
'script'
,
'dataLayer'
,
'[[.GoogleTagManagerId]]'
);
</script>
<!-- End Google Tag Manager -->
[[if .GoogleTagManagerId]]
<!-- Google Tag Manager -->
<script>
dataLayer
=
[{
'IsSignedIn'
:
'[[.User.IsSignedIn]]'
,
'Email'
:
'[[.User.Email]]'
,
'Name'
:
'[[.User.Name]]'
,
'UserId'
:
'[[.User.Id]]'
,
'OrgId'
:
'[[.User.OrgId]]'
,
'OrgName'
:
'[[.User.OrgName]]'
,
}];
</script>
<noscript>
<iframe
src=
"//www.googletagmanager.com/ns.html?id=[[.GoogleTagManagerId]]"
height=
"0"
width=
"0"
style=
"display:none;visibility:hidden"
></iframe>
</noscript>
<script>
(
function
(
w
,
d
,
s
,
l
,
i
)
{
w
[
l
]
=
w
[
l
]
||
[];
w
[
l
].
push
({
'gtm.start'
:
new
Date
().
getTime
(),
event
:
'gtm.js'
});
var
f
=
d
.
getElementsByTagName
(
s
)[
0
],
j
=
d
.
createElement
(
s
),
dl
=
l
!=
'dataLayer'
?
'&l='
+
l
:
''
;
j
.
async
=
true
;
j
.
src
=
'//www.googletagmanager.com/gtm.js?id='
+
i
+
dl
;
f
.
parentNode
.
insertBefore
(
j
,
f
);
})(
window
,
document
,
'script'
,
'dataLayer'
,
'[[.GoogleTagManagerId]]'
);
</script>
<!-- End Google Tag Manager -->
[[end]]
</body>
...
...
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