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
49492e7b
Commit
49492e7b
authored
Apr 06, 2014
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed panel title hide feature I added yesterday, could not get it right right now.
parent
bd0e96f1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
7 deletions
+1
-7
src/app/directives/kibanaPanel.js
+1
-1
src/app/partials/panelgeneral.html
+0
-5
src/css/less/grafana.less
+0
-1
No files found.
src/app/directives/kibanaPanel.js
View file @
49492e7b
...
...
@@ -24,7 +24,7 @@ function (angular, $, _, PanelBaseCtrl) {
'</div>'
+
'</div>
\
n'
+
'<div class="row-fluid panel-extra"
ng-hide="panel.hide_title"
>'
+
'<div class="row-fluid panel-extra">'
+
'<div class="panel-extra-container">'
+
'<span class="panel-loading" ng-show="panelMeta.loading == true">'
+
...
...
src/app/partials/panelgeneral.html
View file @
49492e7b
...
...
@@ -7,9 +7,5 @@
<div
class=
"editor-option"
ng-hide=
"panel.sizeable == false"
>
<label
class=
"small"
>
Span
</label>
<select
class=
"input-mini"
ng-model=
"panel.span"
ng-options=
"f for f in [0,1,2,3,4,5,6,7,8,9,10,11,12]"
></select>
</div>
<div
class=
"editor-option"
>
<label
class=
"small"
>
Hide title
</label>
<input
type=
"checkbox"
ng-model=
"panel.hide_title"
ng-checked=
"panel.hide_title"
>
</div>
</div>
</div>
\ No newline at end of file
src/css/less/grafana.less
View file @
49492e7b
...
...
@@ -147,7 +147,6 @@
}
}
.dashboard-fullscreen .container-fluid.main {
height: 0px;
width: 0px;
...
...
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