diff --git a/checklist.md b/checklist.md index c4acbf3..342bf33 100644 --- a/checklist.md +++ b/checklist.md @@ -10,7 +10,7 @@ [X] Admin user add/delete frontend [X] admin user adding backend [X] admin user deleting backend -[ ] Add Loading... +[X] Add Loading... [ ] Replace ns_lookup_rdns with ns_lookup_rxfr where applicable [ ] Prevent deleting user's only peer [ ] Let users download ssl certs diff --git a/front/admin.html b/front/admin.html index 4cf9c3a..72bd513 100644 --- a/front/admin.html +++ b/front/admin.html @@ -6,7 +6,7 @@

Add user

To add a new user, type in the user's first device name and a username and click 'add'. The hostname and username must each be 3-10 lowercase letters and numbers /[a-z0-9]{3,10}/.

-

Loading...

+

Loading...

@@ -16,7 +16,7 @@

Delete User

To delete a user, select the username from the list below and click 'Delete'. This will delete the user and all their peers.

-

Loading...

+

Loading...

@@ -25,7 +25,7 @@

Peers

-

Loading...

+

Loading...

@@ -39,7 +39,7 @@

Add peer

To add a new peer, type in a hostname and select a user. The hostname must be 3-10 lowercase letters and numbers /[a-z0-9]{3,10}/.

-

Loading...

+

Loading...

diff --git a/front/dashboard.html b/front/dashboard.html index 07a9c96..4d41078 100644 --- a/front/dashboard.html +++ b/front/dashboard.html @@ -6,7 +6,7 @@

Use this console to edit your network-connected devices.

Your peers

-

Loading...

+

Loading...

HostIPv4
@@ -19,7 +19,7 @@

Add a peer

To add a new peer, type in a hostname and click add. The hostname must be 3-10 lowercase letters and numbers /[a-z0-9]{3,10}/. Keep it short for your own sake!

-

Loading...

+

Loading...

Host