update
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
<div>
|
||||
<p class="eyebrow">Privacy-minimized fleet registry</p>
|
||||
<h1>ProxMenu hosts.</h1>
|
||||
<p>Installations are identified by a random ID. No hostname, machine ID, username, VM inventory, or credential is collected.</p>
|
||||
<p>Each installation reports its hostname and a random installation ID. No machine ID, MAC address, username, VM inventory, credential, or command output is collected.</p>
|
||||
<p><small>Verified means the same installation ID has completed a successful deployment-code exchange.</small></p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -29,7 +30,8 @@
|
||||
{{range .FleetHosts}}
|
||||
<article class="fleet-row">
|
||||
<div>
|
||||
<strong>{{shortInstallationID .InstallationID}}</strong>
|
||||
<strong>{{if .Hostname}}{{.Hostname}}{{else}}Unknown hostname{{end}}</strong>
|
||||
<small>Installation {{shortInstallationID .InstallationID}}</small>
|
||||
<span class="status {{if .VerifiedAt.Valid}}enabled{{end}}">{{if .VerifiedAt.Valid}}Verified{{else}}Unverified{{end}}</span>
|
||||
<small>First seen {{formatTime .FirstSeenAt}}</small>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user