From 90572efebaad3b8d5f29dd4b56e3889ded8c8f5d Mon Sep 17 00:00:00 2001 From: William Petit Date: Tue, 23 Apr 2024 16:08:31 +0200 Subject: [PATCH] feat: more coloured ui --- pkg/server/templates/idle.html.gotmpl | 242 ++++++++++++++++---------- 1 file changed, 150 insertions(+), 92 deletions(-) diff --git a/pkg/server/templates/idle.html.gotmpl b/pkg/server/templates/idle.html.gotmpl index 767b079..bc587cc 100644 --- a/pkg/server/templates/idle.html.gotmpl +++ b/pkg/server/templates/idle.html.gotmpl @@ -5,111 +5,169 @@ Arcast - Idle - + - +
-
-

Arcast - Idle

-

Instance ID:

-

- {{ .ID }} -

-

Addresses:

-
    - {{ $port := .Port }} - {{range .IPs}} -
  • {{ . }}:{{ $port }}
  • - {{end}} -
- {{if .Apps }} -

Apps:

- - {{end}} -
+
+
+

Ready to cast !

+

Instance ID

+

+ {{ .ID }} +

+

Addresses

+
    + {{ $port := .Port }} + {{ + range.IPs + }} +
  • + {{ . }}:{{ $port }} +
  • + {{ + end + }} +
+ {{if .Apps }} +

Apps

+ + {{ end }} +
- - - \ No newline at end of file + +