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
0d6fdfd3
Commit
0d6fdfd3
authored
Dec 12, 2013
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
working on search
parent
a5d39cd5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
1 deletions
+31
-1
grafana.sublime-workspace
+0
-0
src/app/directives/kibanaPanel.js
+1
-1
src/index.html
+26
-0
src/vendor/bootstrap/less/grafana.less
+4
-0
No files found.
grafana.sublime-workspace
View file @
0d6fdfd3
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/app/directives/kibanaPanel.js
View file @
0d6fdfd3
...
...
@@ -51,7 +51,7 @@ function (angular) {
'</span>'
+
'</span>'
+
'<span class="row-button row-text panel-title
" ng-show="panel.title
">'
+
'<span class="row-button row-text panel-title
pointer" ng-show="panel.title" ng-click="openConfigureModal($event)
">'
+
'{{panel.title}}'
+
'</span>'
+
...
...
src/index.html
View file @
0d6fdfd3
...
...
@@ -35,6 +35,32 @@
<div
class=
"container-fluid"
>
<span
class=
"brand"
><img
src=
"img/small.png"
bs-tooltip=
"'Kibana 3 milestone pre-5'"
data-placement=
"bottom"
>
{{dashboard.current.title}}
</span>
<style>
.grafana-search
{
position
:
fixed
;
right
:
0
;
left
:
0
;
top
:
39px
;
margin-right
:
auto
;
margin-left
:
auto
;
/* give it dimensions */
min-height
:
10em
;
width
:
90%
;
}
</style>
<ul
class=
"nav pull-left"
>
<li
class=
"dropdown"
>
<a
href=
"#"
bs-tooltip=
"'Search'"
data-placement=
"bottom"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<i
class=
'icon-search'
></i>
</a>
<ul
class=
"dropdown-menu grafana-search"
>
<li>
<h2>
asd
</h2>
</li>
</ul>
</li>
</ul>
<ul
class=
"nav pull-right"
ng-controller=
'dashLoader'
ng-init=
"init()"
ng-include=
"'app/partials/dashLoader.html'"
>
</ul>
</div>
...
...
src/vendor/bootstrap/less/grafana.less
View file @
0d6fdfd3
...
...
@@ -5,3 +5,7 @@
}
}
.panelCont {
//padding: 0 0 10px 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