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
fb4bb7f5
Commit
fb4bb7f5
authored
Jan 12, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(playlist): remove start button from edit page
parent
1da1849d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
public/app/features/playlist/partials/playlist.html
+0
-4
public/app/features/playlist/playlist_edit_ctrl.js
+0
-4
No files found.
public/app/features/playlist/partials/playlist.html
View file @
fb4bb7f5
...
@@ -109,10 +109,6 @@
...
@@ -109,10 +109,6 @@
<button
type=
"button"
<button
type=
"button"
class=
"btn btn-success"
class=
"btn btn-success"
ng-disabled=
"playlistEditForm.$invalid || isPlaylistEmpty()"
ng-disabled=
"playlistEditForm.$invalid || isPlaylistEmpty()"
ng-click=
"startPlaylist(playlist, dashboards)"
>
Start
</button>
<button
type=
"button"
class=
"btn btn-success"
ng-disabled=
"playlistEditForm.$invalid || isPlaylistEmpty()"
ng-click=
"savePlaylist(playlist, playlistItems)"
>
Save
</button>
ng-click=
"savePlaylist(playlist, playlistItems)"
>
Save
</button>
<button
type=
"button"
<button
type=
"button"
class=
"btn btn-default"
class=
"btn btn-default"
...
...
public/app/features/playlist/playlist_edit_ctrl.js
View file @
fb4bb7f5
...
@@ -98,10 +98,6 @@ function (angular, config, _) {
...
@@ -98,10 +98,6 @@ function (angular, config, _) {
return
!
$scope
.
playlist
.
id
;
return
!
$scope
.
playlist
.
id
;
};
};
$scope
.
startPlaylist
=
function
(
playlist
,
dashboards
)
{
playlistSrv
.
start
(
dashboards
,
playlist
.
timespan
);
};
$scope
.
isPlaylistEmpty
=
function
()
{
$scope
.
isPlaylistEmpty
=
function
()
{
return
!
$scope
.
playlistItems
.
length
;
return
!
$scope
.
playlistItems
.
length
;
};
};
...
...
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