update:wip
This commit is contained in:
12
internal/pages/config.go
Normal file
12
internal/pages/config.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package pages
|
||||
|
||||
type ConfigPageMsg struct{}
|
||||
|
||||
func ConfigMenuItems() []MenuItem {
|
||||
return []MenuItem{
|
||||
{Label: "Add Server", Key: "add"},
|
||||
{Label: "Edit Server", Key: "edit", RequiresServers: true},
|
||||
{Label: "Remove Server", Key: "remove", RequiresServers: true},
|
||||
{Label: "Back", Key: "back"},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user