summaryrefslogtreecommitdiff
path: root/system/admin/admin.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/admin/admin.go')
-rw-r--r--system/admin/admin.go7
1 files changed, 3 insertions, 4 deletions
diff --git a/system/admin/admin.go b/system/admin/admin.go
index 768a740..78f607d 100644
--- a/system/admin/admin.go
+++ b/system/admin/admin.go
@@ -86,10 +86,9 @@ var endAdminHTML = `
</html>`
type admin struct {
- Logo string
- Types map[string]func() interface{}
- Subview template.HTML
- HTTPPort string
+ Logo string
+ Types map[string]func() interface{}
+ Subview template.HTML
}
// Admin ...