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
d98191ad
Commit
d98191ad
authored
Oct 30, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/row-tabs' into dash-edit-mode
parents
703eda48
caaeb8e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
+12
-1
public/app/features/dashboard/row/row.html
+6
-0
public/sass/components/_row.scss
+6
-1
No files found.
public/app/features/dashboard/row/row.html
View file @
d98191ad
...
...
@@ -22,6 +22,12 @@
<i
class=
"fa fa-cog"
ng-hide=
"ctrl.dropView===2"
></i>
<i
class=
"fa fa-remove"
ng-show=
"ctrl.dropView===2"
></i>
</a>
<a
class=
"pointer dash-row-header-actions--tight"
bs-tooltip=
"'Move row up'"
>
<i
class=
"fa fa-arrow-up"
></i>
</a>
<a
class=
"pointer dash-row-header-actions--tight"
bs-tooltip=
"'Move row down'"
>
<i
class=
"fa fa-arrow-down"
></i>
</a>
</div>
</div>
...
...
public/sass/components/_row.scss
View file @
d98191ad
...
...
@@ -65,6 +65,11 @@
}
}
a
.dash-row-header-actions--tight
{
padding-left
:
1px
;
padding-right
:
1px
;
}
.dash-row-header-add-panel
{
padding
:
0
.7rem
;
i
{
...
...
@@ -121,7 +126,7 @@
border-bottom
:
1px
solid
$dark-4
;
width
:
15px
;
position
:
absolute
;
margin
:
0
0
0
-
5
px
;
margin
:
0
0
0
-
6
px
;
bottom
:
0
;
}
.add-row-panel-hint
{
...
...
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