Skip to content

Commit

Permalink
Merge pull request #2694 from DanSheps/2693-fiber-cable-colors
Browse files Browse the repository at this point in the history
Closes #2693 - Adds additional colors for cables & roles
  • Loading branch information
jeremystretch committed Jan 3, 2019
2 parents d144d3a + 0c86693 commit 6ca045e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netbox/utilities/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
('aa1409', 'Dark red'),
('f44336', 'Red'),
('e91e63', 'Pink'),
('ffe4e1', 'Rose'),
('ff66ff', 'Fuschia'),
('9c27b0', 'Purple'),
('673ab7', 'Dark purple'),
Expand All @@ -10,6 +11,7 @@
('03a9f4', 'Light blue'),
('00bcd4', 'Cyan'),
('009688', 'Teal'),
('00ffff', 'Aqua'),
('2f6a31', 'Dark green'),
('4caf50', 'Green'),
('8bc34a', 'Light green'),
Expand All @@ -23,4 +25,5 @@
('9e9e9e', 'Grey'),
('607d8b', 'Dark grey'),
('111111', 'Black'),
('ffffff', 'White'),
)

0 comments on commit 6ca045e

Please sign in to comment.