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
d4be953d
Commit
d4be953d
authored
Mar 27, 2018
by
Patrick O'Carroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed alignment in search + fixed issue ie popup
parent
e622d558
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
public/app/features/dashboard/unsaved_changes_srv.ts
+2
-2
public/sass/components/_search.scss
+0
-1
No files found.
public/app/features/dashboard/unsaved_changes_srv.ts
View file @
d4be953d
...
@@ -35,12 +35,12 @@ export class Tracker {
...
@@ -35,12 +35,12 @@ export class Tracker {
$window
.
onbeforeunload
=
()
=>
{
$window
.
onbeforeunload
=
()
=>
{
if
(
this
.
ignoreChanges
())
{
if
(
this
.
ignoreChanges
())
{
return
null
;
return
undefined
;
}
}
if
(
this
.
hasChanges
())
{
if
(
this
.
hasChanges
())
{
return
'There are unsaved changes to this dashboard'
;
return
'There are unsaved changes to this dashboard'
;
}
}
return
null
;
return
undefined
;
};
};
scope
.
$on
(
'$locationChangeStart'
,
(
event
,
next
)
=>
{
scope
.
$on
(
'$locationChangeStart'
,
(
event
,
next
)
=>
{
...
...
public/sass/components/_search.scss
View file @
d4be953d
...
@@ -31,7 +31,6 @@
...
@@ -31,7 +31,6 @@
//padding: 0.5rem 1.5rem 0.5rem 0;
//padding: 0.5rem 1.5rem 0.5rem 0;
padding
:
1rem
1rem
0
.75rem
1rem
;
padding
:
1rem
1rem
0
.75rem
1rem
;
height
:
51px
;
height
:
51px
;
line-height
:
51px
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
outline
:
none
;
outline
:
none
;
background
:
$side-menu-bg
;
background
:
$side-menu-bg
;
...
...
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