Skip to content

Commit

Permalink
Add Jobs to the Admin menu
Browse files Browse the repository at this point in the history
  • Loading branch information
lo5 committed Jan 15, 2015
1 parent 490bbf6 commit e02187c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/components/notebook.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ Flow.Notebook = (_, _renderers) ->
]
,
createMenu 'Admin', [
createMenuItem 'Jobs', executeCommand 'getJobs'
createMenuItem 'Cloud Status', executeCommand 'getCloud'
createMenuItem 'Download Logs', goToUrl '/Logs/download'
createMenuItem 'Profiler', executeCommand 'getProfile'
Expand Down

0 comments on commit e02187c

Please sign in to comment.