feat: Pagination support for jumping 20 items at a time in all table views [#45]
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ impl App<'_> {
|
||||
) -> Self {
|
||||
let mut server_tabs = Vec::new();
|
||||
let help = format!(
|
||||
"<↑↓> scroll | ←→ change tab | {} ",
|
||||
"<↑↓> scroll | <C-u/d> page up/down | ←→ change tab | {} ",
|
||||
build_context_clue_string(&SERVARR_CONTEXT_CLUES)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user