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
4100c988
Commit
4100c988
authored
Sep 23, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(panel): fixed selecting text in fullscreen edit mode
parent
075d0182
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
public/app/partials/dashboard.html
+1
-1
public/app/plugins/datasource/graphite/partials/query.options.html
+1
-1
public/app/plugins/datasource/influxdb/partials/query.options.html
+1
-1
No files found.
public/app/partials/dashboard.html
View file @
4100c988
...
...
@@ -79,7 +79,7 @@
<div
class=
"row-text pointer"
ng-click=
"toggle_row(row)"
ng-if=
"row.showTitle"
ng-bind=
"row.title | interpolateTemplateVars:this"
>
</div>
<div
ng-repeat=
"(name, panel) in row.panels track by panel.id"
class=
"panel"
ui-draggable=
"
true
"
drag=
"panel.id"
<div
ng-repeat=
"(name, panel) in row.panels track by panel.id"
class=
"panel"
ui-draggable=
"
{{!dashboardViewState.fullscreen}}
"
drag=
"panel.id"
ui-on-Drop=
"onDrop($data, row, panel)"
drag-handle-class=
"drag-handle"
panel-width
>
<panel-loader
type=
"panel.type"
class=
"panel-margin"
></panel-loader>
</div>
...
...
public/app/plugins/datasource/graphite/partials/query.options.html
View file @
4100c988
...
...
@@ -33,7 +33,7 @@
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"tight-form"
>
<div
class=
"tight-form
last
"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item tight-form-item-icon"
>
<i
class=
"fa fa-info-circle"
></i>
...
...
public/app/plugins/datasource/influxdb/partials/query.options.html
View file @
4100c988
...
...
@@ -18,7 +18,7 @@
<div
class=
"clearfix"
></div>
</div>
<div
class=
"tight-form"
>
<div
class=
"tight-form
last
"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item tight-form-item-icon"
>
<i
class=
"fa fa-info-circle"
></i>
...
...
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