Fixed icons on dashboard
This commit is contained in:
parent
5b877269d4
commit
bf1d87c33e
4
makefile
4
makefile
@ -32,6 +32,6 @@ clean:
|
|||||||
ports:
|
ports:
|
||||||
$(IPTABLES) -t nat -A OUTPUT -o lo -p tcp --dport 80 -j REDIRECT --to-port 4000
|
$(IPTABLES) -t nat -A OUTPUT -o lo -p tcp --dport 80 -j REDIRECT --to-port 4000
|
||||||
$(IPTABLES) -t nat -A OUTPUT -o lo -p tcp --dport 443 -j REDIRECT --to-port 4001
|
$(IPTABLES) -t nat -A OUTPUT -o lo -p tcp --dport 443 -j REDIRECT --to-port 4001
|
||||||
all: assets server jobs patches ports
|
all: assets server jobs patches
|
||||||
|
|
||||||
.PHONY: jobs patches
|
.PHONY: jobs patches ports
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
.icon
|
.icon
|
||||||
width 1em
|
width 1em
|
||||||
height 1em
|
height 1em
|
||||||
|
min-width 1em
|
||||||
margin-right 0.5em
|
margin-right 0.5em
|
||||||
vertical-align text-bottom
|
vertical-align text-bottom
|
||||||
fill currentColor
|
fill currentColor
|
||||||
|
Loading…
Reference in New Issue
Block a user