We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b7b37 commit 09ade8bCopy full SHA for 09ade8b
cmd/incus/top.go
@@ -191,7 +191,7 @@ func (c *cmdTop) Run(cmd *cobra.Command, args []string) error {
191
192
// These variables can be changed by the UI
193
refreshInterval := time.Duration(c.flagRefresh) * time.Second
194
- sortingMethod := alphabetical // default is alphabetical, could change this to a flag
+ sortingMethod := alphabetical // default is alphabetical, could change this to a flag
195
196
// Start the ticker for periodic updates
197
ticker := time.NewTicker(refreshInterval)
0 commit comments