[ 
https://issues.apache.org/jira/browse/FLINK-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14985474#comment-14985474
 ] 

ASF GitHub Bot commented on FLINK-2939:
---------------------------------------

Github user mxm commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1313#discussion_r43646752
  
    --- Diff: 
flink-runtime-web/web-dashboard/app/scripts/modules/jobs/jobs.ctrl.coffee ---
    @@ -70,6 +70,10 @@ angular.module('flinkApp')
     
         $interval.cancel(refresher)
     
    +  $scope.cancelJob = (cancelEvent) ->
    +    
angular.element(cancelEvent.currentTarget).removeClass('label-danger').addClass('label-info').html('Cancelling...')
    --- End diff --
    
    Why do you have to remove the 'label-danger' class?


> Add button to cancel jobs in new web frontend
> ---------------------------------------------
>
>                 Key: FLINK-2939
>                 URL: https://issues.apache.org/jira/browse/FLINK-2939
>             Project: Flink
>          Issue Type: Improvement
>          Components: Webfrontend
>    Affects Versions: 0.10
>            Reporter: Maximilian Michels
>            Assignee: Sachin Goel
>             Fix For: 0.10
>
>
> Although jobs may be cancelled through the CLI, it would be nice to have a 
> cancel button in the web frontend as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to