WarpBox Account Control Panel

Dashboard

Live overview for boxes, alerts, storage, users, and recent account activity.

Guest uploads{{ $d.GuestUploadsLabel }}
API uploads{{ $d.APIUploadsLabel }}
ZIP downloads{{ $d.ZipDownloadsLabel }}

Active boxes

{{ $d.ActiveBoxes }}

+{{ $d.BoxesCreatedToday }} today{{ $d.PasswordedBoxes }} passworded

Storage available

{{ $d.StorageFreeLabel }}

{{ $d.StorageUsedLabel }} used{{ $d.StorageCapLabel }} cap{{ $d.StorageBackend }} backend

Alerts

{{ $d.OpenAlerts }}

{{ $d.HighAlerts }} high{{ $d.MediumAlerts }} medium{{ $d.LowAlerts }} low

Users

{{ $d.TotalUsers }}

{{ $d.ActiveUsers }} active{{ $d.DisabledUsers }} disabled{{ $d.APIKeyCount }} API keys

!

Alerts Inbox

{{ if $d.Alerts }} {{ range $d.Alerts }}
{{ .Severity }}

{{ .Title }}

{{ .Message }}

{{ .Code }} {{ .Trace }} · {{ .CreatedAtLabel }} UTC · {{ .Status }}

{{ end }} {{ else }}
No open alerts. Nice and boring, which is the good kind of admin dashboard.
{{ end }}
T

Recent Activity

{{ if $d.Events }} {{ range $d.Events }}
{{ .CreatedAtLabel }}

{{ .Message }}

{{ .Kind }} · {{ .Method }} {{ .Path }} {{ if .IP }}· {{ .IP }}{{ end }}

{{ .TagLabel }}
{{ end }} {{ else }}
No activity has been recorded yet.
{{ end }}
B

Recent Boxes

{{ if $d.Boxes }} {{ range $d.Boxes }} {{ end }} {{ else }} {{ end }}
BoxStatusFilesSizeCreatedExpiresFlagsActions
{{ .ID }} {{ .StatusLabel }} {{ .CompleteFiles }}/{{ .FileCount }} {{ .TotalSizeLabel }} {{ .CreatedAtLabel }} {{ .ExpiresAtLabel }} {{ range .Flags }}{{ . }}{{ end }} {{ if not .Flags }}plain{{ end }}
No boxes found yet.
Ready {{ $d.OpenAlerts }} open alert(s) Live dashboard