Project

General

Profile

Bug #41683

Updated by Volker Theile over 4 years ago

The fix from https://github.com/ceph/ceph/pull/30103 for https://tracker.ceph.com/issues/41615 causes an Angular runtime error when a datatable in the new CephFS page of the PR https://github.com/ceph/ceph/pull/29800#pullrequestreview-284772767 is rendered. 

 !screenshot.gif! 

 Encapsulating the 
 <pre><code class="javascript"> 
 window.dispatchEvent(new Event('resize')); 
 </code></pre> 
 code in a setTimeout() call will fix the issue. 

Back