gocd-monitor
gocd-monitor copied to clipboard
Status icons across entire screen, not in table format as per example
The screenshot in the readme shows builds being displayed in a table format, with multiple icons per row.
When running however, builds are displayed 1 icon per row. Which means you have to scroll constantly, how do you change the layout?
Try this. It is most likely that the css- and font files doesn't get copy when you run npm install
Ah yes, I see errors when I run npm install. It fails to copy the folders as you mention.
Is it because I'm trying to run on windows? Its using 'cp' which I don't believe is a windows command
I have tried to run it on windows and that works fine, cp
is a valid windows command. What kind of error do you get?