small pixel drawing of a pufferfish gore

wording
Jes Olson j3s@c3f.net
Fri, 27 Dec 2024 01:24:07 -0500
commit

d3ade1f70d2c5b4c33946e19444f5e7decbfd8f5

parent

183d99d05cc993a52c42dba4c6cff94482987562

2 files changed, 4 insertions(+), 3 deletions(-)

jump to
M internal/assets/overview.tmplinternal/assets/overview.tmpl

@@ -13,7 +13,7 @@ <h1>services</h1>

<table class="table"> <tbody><tr> -<th width="20%">path</th> +<th width="20%">name</th> <th width="8%">status</th> <th width="72%">last log line</th> </tr>

@@ -21,7 +21,7 @@

{{ range $idx, $svc := .Services }} <tr> <td> -<a href="/status?path={{ $svc.Name }}">{{ $svc.Name }}</a> +<a href="/status?path={{ $svc.Name }}">{{ baseName $svc.Name }}</a> </td> <td> {{ if restarting $svc.Started }}
M internal/assets/status.tmplinternal/assets/status.tmpl

@@ -2,9 +2,10 @@ {{ template "header.tmpl" . }}

<div class="row"> <div class="col-md-12"> + <h3>{{ baseName .Service.Name }}</h3> <table class="table"> <tr> - <th>Name</th> + <th>Path</th> <th>Started</th> <th>Actions</th> </tr>