Pagination test/doc errors
This commit is contained in:
parent
816238029d
commit
9ee55441ac
3 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ Expected: October 2024
|
||||||
|
|
||||||
* List pagination: Added where, sort-by and direction parameter for configured data
|
* List pagination: Added where, sort-by and direction parameter for configured data
|
||||||
* New `clixon-lib@2024-04-01.yang` revision
|
* New `clixon-lib@2024-04-01.yang` revision
|
||||||
- Added: list_pagination_partial_state
|
- Added: list-pagination-partial-state extension
|
||||||
|
|
||||||
### API changes on existing protocol/config features
|
### API changes on existing protocol/config features
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -265,7 +265,7 @@ cat <<EOF > $fexample
|
||||||
list audit-log {
|
list audit-log {
|
||||||
description
|
description
|
||||||
"List of audit logs.";
|
"List of audit logs.";
|
||||||
cl:list_pagination_partial_state; // Clixon
|
cl:list-pagination-partial-state; // Clixon
|
||||||
leaf timestamp {
|
leaf timestamp {
|
||||||
type yang:date-and-time;
|
type yang:date-and-time;
|
||||||
mandatory true;
|
mandatory true;
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
# 3. CLI get audit logs (only interactive)
|
# 3. CLI get audit logs (only interactive)
|
||||||
# This tests contains a large state list: audit-logs from the example
|
# This tests contains a large state list: audit-logs from the example
|
||||||
# Only CLI is used
|
# Only CLI is used
|
||||||
# Test also of list_pagination_partial_state extension
|
# Test also of list-pagination-partial-state extension
|
||||||
|
|
||||||
# Magic line must be first in script (see README.md)
|
# Magic line must be first in script (see README.md)
|
||||||
s="$_" ; . ./lib.sh || if [ "$s" = $0 ]; then exit 0; else return 0; fi
|
s="$_" ; . ./lib.sh || if [ "$s" = $0 ]; then exit 0; else return 0; fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue