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
4ec59e82
Commit
4ec59e82
authored
Nov 11, 2014
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tech: cleanup unused angular-strap directives, Closes #1029
parent
1e6a5ff8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/app/directives/panelMenu.js
+1
-1
src/app/panels/timepicker/module.js
+2
-2
src/vendor/angular/angular-strap.js
+0
-0
No files found.
src/app/directives/panelMenu.js
View file @
4ec59e82
...
...
@@ -26,7 +26,7 @@ function (angular, $, _) {
template
+=
'</div>'
;
template
+=
'<div class="panel-menu-row">'
;
template
+=
'<a class="panel-menu-link"
bs
-dropdown="extendedMenu"><i class="icon-th-list"></i></a>'
;
template
+=
'<a class="panel-menu-link"
gf
-dropdown="extendedMenu"><i class="icon-th-list"></i></a>'
;
_
.
each
(
$scope
.
panelMeta
.
menu
,
function
(
item
)
{
template
+=
'<a class="panel-menu-link" '
;
...
...
src/app/panels/timepicker/module.js
View file @
4ec59e82
...
...
@@ -75,8 +75,8 @@ function (angular, app, _, moment, kbn) {
// Date picker needs the date to be at the start of the day
if
(
new
Date
().
getTimezoneOffset
()
<
0
)
{
$scope
.
temptime
.
from
.
date
=
moment
(
$scope
.
temptime
.
from
.
date
).
add
(
'days'
,
1
).
toDate
();
$scope
.
temptime
.
to
.
date
=
moment
(
$scope
.
temptime
.
to
.
date
).
add
(
'days'
,
1
).
toDate
();
$scope
.
temptime
.
from
.
date
=
moment
(
$scope
.
temptime
.
from
.
date
).
add
(
1
,
'days'
).
toDate
();
$scope
.
temptime
.
to
.
date
=
moment
(
$scope
.
temptime
.
to
.
date
).
add
(
1
,
'days'
).
toDate
();
}
$scope
.
appEvent
(
'show-dash-editor'
,
{
src
:
'app/panels/timepicker/custom.html'
,
scope
:
$scope
});
...
...
src/vendor/angular/angular-strap.js
View file @
4ec59e82
This diff is collapsed.
Click to expand it.
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