Github user iampeter commented on the issue:
https://github.com/apache/flink/pull/2467
Thanks, that's better @mushketyk, but I think would be even better if you
did not identify the elements explicitly by ids ('#canvas', '#job-panel'), but
have the directive contain the two splitable parts, i.e.:
```
<split>
<div>Upper part</div>
<div>Lower part</div>
</split>
```
and just use the first and second child to identify them. This way the
directive would be reusable and also could be used in other parts of the
dashboard.
---
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.
---