Add Tailscale Widget (#1468)

* Added tailscale widget

* finished tailscale widget

* Consolidated date comparison to it's own function

* Modified to follow Airbnb's style guide

* Removed refresh and added translations

* fix some tailscale translation strings

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Andre 2023-05-07 00:09:33 -04:00 committed by GitHub
parent 142be300e0
commit acc19ccca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 104 additions and 0 deletions

View file

@ -65,6 +65,7 @@ import scrutiny from "./scrutiny/widget";
import sonarr from "./sonarr/widget";
import speedtest from "./speedtest/widget";
import strelaysrv from "./strelaysrv/widget";
import tailscale from "./tailscale/widget";
import tautulli from "./tautulli/widget";
import tdarr from "./tdarr/widget";
import traefik from "./traefik/widget";
@ -147,6 +148,7 @@ const widgets = {
sonarr,
speedtest,
strelaysrv,
tailscale,
tautulli,
tdarr,
traefik,