diff options
author | Julien Dessaux | 2025-01-13 10:11:20 +0100 |
---|---|---|
committer | Julien Dessaux | 2025-01-13 10:11:20 +0100 |
commit | 1292d189cf15dd7ea904d5f76dc9630514f175c4 (patch) | |
tree | 6aab0161136c1d53ba8d0ffe931d9810b1b9c419 /pkg/webui/html | |
parent | feat(tfstated): store created and updated timestamps for states (diff) | |
download | tfstated-1292d189cf15dd7ea904d5f76dc9630514f175c4.tar.gz tfstated-1292d189cf15dd7ea904d5f76dc9630514f175c4.tar.bz2 tfstated-1292d189cf15dd7ea904d5f76dc9630514f175c4.zip |
feat(webui): implement logout process
Diffstat (limited to '')
-rw-r--r-- | pkg/webui/html/logout.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/webui/html/logout.html b/pkg/webui/html/logout.html new file mode 100644 index 0000000..58191c0 --- /dev/null +++ b/pkg/webui/html/logout.html @@ -0,0 +1,5 @@ +{{ define "main" }} +<article> + <p>Logout successful</p> +</article> +{{ end }} |