Github user sachingoel0101 commented on a diff in the pull request:
https://github.com/apache/flink/pull/1327#discussion_r43999159
--- Diff: flink-runtime-web/web-dashboard/app/scripts/common/filters.coffee
---
@@ -28,6 +28,32 @@ angular.module('flinkApp')
amDurationFormatExtendedFilter
+.filter "humanizeDuration", ->
--- End diff --
Fair enough. But since the functionality required here is little bit
unusual [two types of strings], it made sense to write the code instead of
using even a direct `moment.duration()` function call.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---