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
e98f5737
Commit
e98f5737
authored
Dec 12, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: fixed broken test
parent
35c8cdf3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
public/app/core/components/search/search.html
+2
-2
public/app/features/dashboard/specs/save_as_modal.jest.ts
+1
-1
No files found.
public/app/core/components/search/search.html
View file @
e98f5737
...
...
@@ -55,11 +55,11 @@
</div>
<div
class=
"search-filter-box"
>
<a
href=
"
/
dashboard/new"
class=
"search-filter-box-item"
>
<a
href=
"dashboard/new"
class=
"search-filter-box-item"
>
<i
class=
"gicon gicon-dashboard-new"
></i>
Dashboard
</a>
<a
href=
"
/dashboard/new/?editview=new-folder
"
class=
"search-filter-box-item"
>
<a
href=
"
dashboards/folder/new
"
class=
"search-filter-box-item"
>
<i
class=
"gicon gicon-folder-new"
></i>
Folder
</a>
...
...
public/app/features/dashboard/specs/save_as_modal.jest.ts
View file @
e98f5737
import
{
SaveDashboardAsModalCtrl
}
from
'../save_as_modal;
import
{
SaveDashboardAsModalCtrl
}
from
'../save_as_modal
'
;
import
{
describe
,
it
,
expect
}
from
'test/lib/common'
;
describe
(
'saving dashboard as'
,
()
=>
{
...
...
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