[ceph-users] Re: Ceph Pacific 16.2.7 dashboard doesn't work with Safari
Hi, This was already fixed in master/quincy, but the pacific backport was never completed (https://github.com/ceph/ceph/pull/45301). I just did that: https://github.com/ceph/ceph/pull/45301 (it should be there for 16.2.8). Kind Regards, Ernesto On Tue, Mar 8, 2022 at 3:55 PM Jozef Rebjak wrot
[ceph-users] Re: Ceph Pacific 16.2.7 dashboard doesn't work with Safari
Replying to my self :) It seems to be this function: replaceBraces(e) { ==> return e.replace(/(?<=\d)\s*-\s*(?=\d)/g, ".."). replace(/\(/g, "{"). replace(/\)/g, "}").