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
0e26fad3
Commit
0e26fad3
authored
Nov 01, 2018
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor tweak to back to dashboard buttons
parent
1bc3d8da
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
13 deletions
+9
-13
public/app/features/dashboard/dashgrid/PanelEditor.tsx
+6
-9
public/sass/components/_viz_editor.scss
+3
-4
No files found.
public/app/features/dashboard/dashgrid/PanelEditor.tsx
View file @
0e26fad3
...
...
@@ -101,15 +101,12 @@ export class PanelEditor extends React.Component<PanelEditorProps, any> {
})
}
<
div
className=
"panel-editor__aside-actions"
>
<
a
className=
"btn btn-link"
onClick=
{
this
.
onClose
}
>
<
i
className=
"fa fa-check"
/>
Close
</
a
>
<
a
className=
"btn btn-link"
onClick=
{
this
.
onClose
}
>
<
i
className=
"fa fa-trash"
/>
Discard
</
a
>
<
a
className=
"btn btn-link"
onClick=
{
this
.
onClose
}
>
<
i
className=
"fa fa-copy"
/>
Save as master type
</
a
>
<
button
className=
"btn btn-success"
onClick=
{
this
.
onClose
}
>
Back to dashboard
</
button
>
<
button
className=
"btn btn-inverse"
onClick=
{
this
.
onClose
}
>
Discard changes
</
button
>
</
div
>
</
div
>
<
div
className=
"panel-editor__content"
>
...
...
public/sass/components/_viz_editor.scss
View file @
0e26fad3
...
...
@@ -140,11 +140,10 @@
flex-direction
:
column
;
height
:
100%
;
flex-grow
:
1
;
padding
:
30px
0
0
0
;
padding
:
60px
15px
;
a
{
text-align
:
left
;
padding-left
:
20px
;
button
{
margin-bottom
:
10px
;
}
}
...
...
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