From 13bdd6e470b1046926640ab324ae24de1c36371c Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Thu, 6 Apr 2023 12:18:34 -0600 Subject: [PATCH] #9 Working markdown table? --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index def2ec9..d356cc9 100644 --- a/README.md +++ b/README.md @@ -107,14 +107,13 @@ The wireguard dashboard and admin are in a working alpha state. I have it implem Work is still needed on all these unchecked boxes. -| Feature | Multiuser daemon | Dashboard CRUD | Documented | Tests | -+-----------+------------------+----------------+------------+-------+ -| wireguard | X | X | | | -| bind9 | X | X | | | -| SSL certs | X | X | | | -| nginx | X | | | | -| postfix | X | | | | -| asterisk | | | | | +Feature Multiuser daemon Dashboard CRUD Documented Tests +wireguard [X] [X] [ ] [ ] +bind9 [X] [X] [ ] [ ] +SSL certs [X] [X] [ ] [ ] +nginx [X] [ ] [ ] [ ] +postfix [X] [ ] [ ] [ ] +asterisk [ ] [ ] [ ] [ ] [ ] Replace bash scripts with binaries* [ ] API documentation