You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing the version 0.3.0 and I have a couple of comments:
when opening the application it redirects to /dashboard instead of /rootpath/dashboard (probably due to the remove of the iframe.js?) If I open directly /rootpath/dashboard it works fine
there is no log about the rootpath, I would recommend you to add it when the service starts so that it's possible to have the confirmation the configuration is correct at
letstatus=`Are We Down? : Listening on port ${settings.port}`
the colors in the dashboard are not 100% readable, I would suggest you to make the rows a bit lighter, thus with a more visible contrast with green and red. This is what i see:
The text was updated successfully, but these errors were encountered:
I'm testing the version 0.3.0 and I have a couple of comments:
/dashboard
instead of/rootpath/dashboard
(probably due to the remove of the iframe.js?) If I open directly/rootpath/dashboard
it works finearewedown/src/lib/server.js
Line 54 in 906fd4c
The text was updated successfully, but these errors were encountered: