Browse Source

checkpoint

webui
Antonio SJ Musumeci 14 hours ago
parent
commit
cf41297a97
  1. 3
      Makefile
  2. 2
      index.html

3
Makefile

@ -132,8 +132,7 @@ LIBFUSE := libfuse/$(BUILDDIR)/libfuse.a
LDFLAGS ?=
LDLIBS := \
-lrt \
-pthread \
-lcrypto
-pthread
override LDLIBS += \
$(LIBFUSE)
ifeq ($(CXX),g++)

2
index.html

@ -768,6 +768,8 @@
.policy-select {
width: 100%;
max-width: 100%;
min-width: 0;
margin-bottom: 8px;
padding: 8px 10px;
font-size: 13px;

Loading…
Cancel
Save