Skip to content

Commit 620a8bc

Browse files
authored
Merge pull request #233 from netbox-community/bug/232-add-continue-to-views-api
Fixes #232 - add continue_entry to ui/api
2 parents 55c77b8 + acfc140 commit 620a8bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

netbox_bgp/api/serializers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ class Meta:
294294
"set_actions",
295295
"match_ipv6_address",
296296
"description",
297+
"continue_entry",
297298
"tags",
298299
"custom_fields",
299300
"comments",

netbox_bgp/tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class Meta(NetBoxTable.Meta):
152152
model = RoutingPolicyRule
153153
fields = (
154154
'pk', 'routing_policy', 'index', 'match_statements',
155-
'set_statements', 'action', 'description'
155+
'set_statements', 'action', 'description', 'continue_entry'
156156
)
157157

158158

0 commit comments

Comments
 (0)