Skip to content

Commit

Permalink
fix: fix apply changes api message (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekzyla authored Sep 12, 2023
1 parent d2c1a0a commit 8d72e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/SC4SNMP_UI_backend/apply_changes/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def apply_changes():
changes = ApplyChanges()
job_delay, currently_scheduled = changes.apply_changes()
if job_delay <= 1 and currently_scheduled:
message = "There might be previous kubernetes job still present in the namespace. Configuration update will be" \
message = "There might be previous kubernetes job still present in the namespace. Configuration update will be " \
f"retried {JOB_CREATION_RETRIES} times. If your configuration won't be updated in a few minutes, make sure that " \
f"snmp-splunk-connect-for-snmp-inventory job isn't present in your kubernetes deployment namespace and " \
f"click 'Apply changes' button once again."
Expand Down

0 comments on commit 8d72e17

Please sign in to comment.