Skip to content

Commit

Permalink
Update development/nautobot_config.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bradford Haas <[email protected]>
  • Loading branch information
qduk and bradh11 authored Oct 31, 2023
1 parent 71e4b90 commit 7594315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/nautobot_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"barchart_bar_width": float(os.environ.get("BARCHART_BAR_WIDTH", 0.1)),
"barchart_width": int(os.environ.get("BARCHART_WIDTH", 12)),
"barchart_height": int(os.environ.get("BARCHART_HEIGHT", 5)),
"contract_types": ["Hardware Maintenance", "Subscription", "Software License", "Services", "Lease"],
"additional_contract_types": ["Hardware Maintenance", "Subscription", "Software License", "Services", "Lease"],
},
}

Expand Down

0 comments on commit 7594315

Please sign in to comment.