1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Changelog & cleanup for #6930

This commit is contained in:
jeremystretch
2021-11-02 16:24:28 -04:00
parent cef0d168a5
commit d0b85586b9
3 changed files with 6 additions and 6 deletions

View File

@ -101,7 +101,7 @@ class CircuitTable(BaseTable):
pk = ToggleColumn()
cid = tables.Column(
linkify=True,
verbose_name='ID'
verbose_name='Circuit ID'
)
provider = tables.Column(
linkify=True