[
https://issues.apache.org/jira/browse/FLINK-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14985476#comment-14985476
]
ASF GitHub Bot commented on FLINK-2939:
---------------------------------------
Github user sachingoel0101 commented on a diff in the pull request:
https://github.com/apache/flink/pull/1313#discussion_r43646999
--- 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 --
I wanted the button to have an *info* color while the job is being
cancelled.
> 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)