frontend: Add instance update functionality
This commit is contained in:
parent
ccab2883a6
commit
45af2cc95b
6 changed files with 119 additions and 70 deletions
|
|
@ -60,6 +60,7 @@ func (i info) Run(context wisski_distillery.Context) error {
|
|||
context.Printf("Running: %v\n", info.Running)
|
||||
context.Printf("Locked: %v\n", info.Locked)
|
||||
context.Printf("Last Rebuild: %v\n", info.LastRebuild.String())
|
||||
context.Printf("Last Update: %v\n", info.LastUpdate.String())
|
||||
|
||||
context.Printf("Skip Prefixes: %v\n", info.NoPrefixes)
|
||||
context.Printf("Prefixes: (count %d)\n", len(info.Prefixes))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue