Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update the css but not working #893

Closed
CptJason opened this Issue Jul 14, 2015 · 6 comments

Comments

Projects
None yet
5 participants
@CptJason
Copy link

CptJason commented Jul 14, 2015

I have changed the css in file of ./web/blob/static/css/prom_console.css, and then refreshed on the browser, but it did not work.
image

@brian-brazil

This comment has been minimized.

Copy link
Member

brian-brazil commented Jul 14, 2015

Run make web to rebuild the blobs, and then restart prometheus. You can also use -web.use-local-assets to read off the filesystem rather than the files embedded in prometheus.

@beorn7

This comment has been minimized.

Copy link
Member

beorn7 commented Jul 15, 2015

I assume this fixes the the issue. Please re-open if that's not the case...

@beorn7 beorn7 closed this Jul 15, 2015

@Raphael-z

This comment has been minimized.

Copy link

Raphael-z commented Jul 23, 2015

I am sorry to tell this, I have done that,but it doesn`t work
when i type "make web" it shows like:

make -C web
make[1]: Entering directory `/home/wowotuan/mydocker/gitrepository/prometheus/web'
TMPDIR=/tmp GOROOT=/home/wowotuan/mydocker/gitrepository/prometheus/.build/root/go GOPATH=/home/wowotuan/mydocker/gitrepository/prometheus/.build/root/gopath /home/wowotuan/mydocker/gitrepository/prometheus/.build/root/go/bin/go get github.com/jteeuwen/go-bindata/...
TMPDIR=/tmp GOROOT=/home/wowotuan/mydocker/gitrepository/prometheus/.build/root/go GOPATH=/home/wowotuan/mydocker/gitrepository/prometheus/.build/root/gopath /home/wowotuan/mydocker/gitrepository/prometheus/.build/root/go/bin/go generate ./blob
/home/wowotuan/mydocker/gitrepository/prometheus/.build/root/go/bin/gofmt -w -s=true blob/files.go
make[1]: Leaving directory `/home/wowotuan/mydocker/gitrepository/prometheus/web'

when i type "make -C web" ,it shows :

make: Entering directory `/home/wowotuan/mydocker/gitrepository/prometheus/web'
TMPDIR=/tmp GOROOT=/home/wowotuan/mydocker/gitrepository/prometheus/.build/root/go GOPATH=/home/wowotuan/mydocker/gitrepository/prometheus/.build/root/gopath /home/wowotuan/mydocker/gitrepository/prometheus/.build/root/go/bin/go get github.com/jteeuwen/go-bindata/...
TMPDIR=/tmp GOROOT=/home/wowotuan/mydocker/gitrepository/prometheus/.build/root/go GOPATH=/home/wowotuan/mydocker/gitrepository/prometheus/.build/root/gopath /home/wowotuan/mydocker/gitrepository/prometheus/.build/root/go/bin/go generate ./blob
/home/wowotuan/mydocker/gitrepository/prometheus/.build/root/go/bin/gofmt -w -s=true blob/files.go
make: Leaving directory `/home/wowotuan/mydocker/gitrepository/prometheus/web'
[3]+  Done                    nohup ./prometheus -config.file=./config/prometheus.yml
@brian-brazil

This comment has been minimized.

Copy link
Member

brian-brazil commented Jul 23, 2015

In what way doesn't it work? That looks correct to me

@juliusv

This comment has been minimized.

Copy link
Member

juliusv commented Jul 23, 2015

Yeah, the make output looks good. Or do the CSS changes still not take effect afterwards?

@lock

This comment has been minimized.

Copy link

lock bot commented Mar 24, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 24, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.