Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #65 from nautobot/develop
Browse files Browse the repository at this point in the history
Update the Nautobot job names
  • Loading branch information
ubajze authored Jan 24, 2022
2 parents d662fdb + 61e44d6 commit b608fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nautobot_ssot_aristacv/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class CloudVisionDataSource(DataSource, Job):
class Meta:
"""Meta data for DataSource."""

name = "CloudVision -> Nautobot"
name = "CloudVision Nautobot"
data_source = "Cloudvision"
data_source_icon = static("nautobot_ssot_aristacv/cvp_logo.png")
description = "Sync system tag data from CloudVision to Nautobot"
Expand Down Expand Up @@ -163,7 +163,7 @@ class CloudVisionDataTarget(DataTarget, Job):
class Meta:
"""Meta data for DataTarget."""

name = "Nautobot -> CloudVision"
name = "Nautobot CloudVision"
data_target = "CloudVision"
data_target_icon = static("nautobot_ssot_aristacv/cvp_logo.png")
description = "Sync tag data from Nautobot to CloudVision"
Expand Down

0 comments on commit b608fda

Please sign in to comment.