diff --git a/html/template/sync/sudo.html b/html/template/sync/sudo.html new file mode 100644 index 00000000..fae7566c --- /dev/null +++ b/html/template/sync/sudo.html @@ -0,0 +1,365 @@ +{{ template "sync/layout/authenticated.html" . }} + +{{ define "title" }}Dash{{ end }} +{{ define "extraheader" }} +{{ end }} +{{ define "content" }} +
| User ID | +Name | +Role | +Actions | +|
|---|---|---|---|---|
| 1001 | +John Doe | +john.doe@example.com | +Admin | ++ + | +
| 1002 | +Jane Smith | +jane.smith@example.com | +Support | ++ + | +
| 1003 | +Robert Johnson | +robert@example.com | +Premium User | ++ + | +
| 1004 | +Maria Garcia | +maria@example.com | +Standard User | ++ + | +