gocd-monitor icon indicating copy to clipboard operation
gocd-monitor copied to clipboard

Status icons across entire screen, not in table format as per example

Open fatmanmclone90 opened this issue 7 years ago • 3 comments

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?

image

fatmanmclone90 avatar Mar 14 '17 15:03 fatmanmclone90

Try this. It is most likely that the css- and font files doesn't get copy when you run npm install

karmats avatar Mar 14 '17 19:03 karmats

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

fatmanmclone90 avatar Mar 15 '17 11:03 fatmanmclone90

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?

karmats avatar Mar 17 '17 19:03 karmats