Hangfire.RecurringJobAdmin icon indicating copy to clipboard operation
Hangfire.RecurringJobAdmin copied to clipboard

Job configuration page layout and JS issue in Chrome

Open alexandis opened this issue 3 years ago • 3 comments

Here's how the page looks like here:

image

The error while trying to parse dates is:

vue:6 TypeError: Cannot read property 'length' of null at wn.eval (eval at Ya (vue:6), :3:3901) at wn.e._render (vue:6) at wn.r (vue:6) at fn.get (vue:6) at new fn (vue:6) at vue:6 at wn.$mount (vue:6) at wn.$mount (vue:6) at wn.t._init (vue:6) at new wn (vue:6)

alexandis avatar Dec 16 '20 11:12 alexandis

Caused by this:

https://github.com/bamotav/Hangfire.RecurringJobAdmin/blob/master/src/Hangfire.RecurringJobAdmin/Dashboard/Content/css/JobExtension.css#L4

#app {
    position: relative !important;
    left: -229px !important;
}

cocoon avatar Jan 15 '22 11:01 cocoon

I've got the same problem and it seems that the fix can solve it

marcoCasamento avatar Feb 10 '22 10:02 marcoCasamento

I also have the same problem.

LucasBLs avatar Apr 29 '22 16:04 LucasBLs