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
db95a01f
Commit
db95a01f
authored
Dec 13, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of github.com:grafana/grafana into develop
parents
3c650156
7d0ca63b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
public/app/core/components/PageHeader/PageHeader.tsx
+1
-1
public/app/core/components/manage_dashboards/manage_dashboards.html
+3
-3
public/app/core/nav_model_srv.ts
+1
-0
No files found.
public/app/core/components/PageHeader/PageHeader.tsx
View file @
db95a01f
...
...
@@ -19,7 +19,7 @@ function TabItem(tab: NavModelItem) {
return
(
<
li
className=
"gf-tabs-item"
key=
{
tab
.
url
}
>
<
a
className=
{
tabClasses
}
href=
{
tab
.
url
}
>
<
a
className=
{
tabClasses
}
target=
{
tab
.
target
}
href=
{
tab
.
url
}
>
<
i
className=
{
tab
.
icon
}
/>
{
tab
.
text
}
</
a
>
...
...
public/app/core/components/manage_dashboards/manage_dashboards.html
View file @
db95a01f
...
...
@@ -90,9 +90,9 @@
buttonIcon: 'gicon gicon-dashboard-new',
buttonLink: '/dashboard/new?folderId={{ctrl.folderId}}',
buttonTitle: 'Create Dashboard',
proTip: '
You can bulk move dashboards into this folder from the main dashboard list.
',
proTipLink: '
http://docs.grafana.org/administration/provisioning/#datasources?utm_source=grafana_ds_list
',
proTipLinkTitle: '
Learn more
',
proTip: '
Add dashboards into your folder at ->
',
proTipLink: '
/dashboards
',
proTipLinkTitle: '
Manage dashboards
',
proTipTarget: '_blank'
}"
/>
</div>
public/app/core/nav_model_srv.ts
View file @
db95a01f
...
...
@@ -12,6 +12,7 @@ export interface NavModelItem {
hideFromTabs
?:
boolean
;
divider
?:
boolean
;
children
:
NavModelItem
[];
target
?:
string
;
}
export
class
NavModel
{
...
...
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