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
75bc929c
Commit
75bc929c
authored
Nov 01, 2013
by
Rashid Khan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes #628
parent
41046796
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/app/panels/timepicker/module.html
+2
-2
src/app/partials/dashLoader.html
+4
-4
No files found.
src/app/panels/timepicker/module.html
View file @
75bc929c
...
...
@@ -13,9 +13,9 @@
$scope.input isn't available on the controller unless the form element is in this file -->
<form
name=
"input"
style=
"margin:3px 0 0 0"
>
<ul
class=
"nav nav-pills timepicker-dropdown"
>
<li
class=
"dropdown"
bs-tooltip=
"(time.from.date | date:'yyyy-MM-dd HH:mm:ss.sss') + ' to ' +(time.to.date | date:'yyyy-MM-dd HH:mm:ss.sss')"
data-placement=
"bottom"
ng-click=
"dismiss();"
>
<li
class=
"dropdown"
>
<a
class=
"dropdown-toggle timepicker-dropdown"
data-toggle=
"dropdown"
href=
"
#
"
>
<a
class=
"dropdown-toggle timepicker-dropdown"
data-toggle=
"dropdown"
href=
"
"
bs-tooltip=
"(time.from.date | date:'yyyy-MM-dd HH:mm:ss.sss') + ' to ' +(time.to.date | date:'yyyy-MM-dd HH:mm:ss.sss')"
data-placement=
"bottom"
ng-click=
"dismiss();
"
>
<span
ng-show=
"filterSrv.idsByType('time').length"
>
<span
class=
"pointer"
ng-hide=
"panel.now"
>
{{time.from.date | date:'MMM d, y HH:mm:ss'}}
</span>
...
...
src/app/partials/dashLoader.html
View file @
75bc929c
...
...
@@ -7,8 +7,8 @@
<li
ng-repeat=
"pulldown in dashboard.current.nav"
ng-controller=
"PulldownCtrl"
ng-show=
"pulldown.enable"
><kibana-simple-panel
type=
"pulldown.type"
ng-cloak
></kibana-simple-panel></li>
<li><a
bs-tooltip=
"'Goto saved default'"
data-placement=
"bottom"
href=
'#/dashboard'
><i
class=
'icon-home'
></i></a></li>
<li
class=
"dropdown"
bs-tooltip=
"'Load'"
data-placement=
"bottom"
ng-show=
"showDropdown('load')"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
ng-click=
"elasticsearch_dblist('title:'+elasticsearch.query+'*')"
>
<li
class=
"dropdown"
ng-show=
"showDropdown('load')"
>
<a
href=
"#"
bs-tooltip=
"'Load'"
data-placement=
"bottom"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
ng-click=
"elasticsearch_dblist('title:'+elasticsearch.query+'*')"
>
<i
class=
'icon-folder-open'
></i>
</a>
...
...
@@ -58,8 +58,8 @@
</li>
<li
class=
"dropdown"
bs-tooltip=
"'Save'"
data-placement=
"bottom"
ng-show=
"showDropdown('save')"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<li
class=
"dropdown"
ng-show=
"showDropdown('save')"
>
<a
href=
"#"
bs-tooltip=
"'Save'"
data-placement=
"bottom"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<i
class=
'icon-save'
></i>
</a>
...
...
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