-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/develop' into ltm-1.6
- Loading branch information
Showing
11 changed files
with
291 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
[ | ||
{ | ||
"id": "5b39ba88-e5ab-4be2-89f5-5a016473b53c", | ||
"display": "First option", | ||
"url": "http://localhost:8000/api/extras/custom-field-choices/5b39ba88-e5ab-4be2-89f5-5a016473b53c/", | ||
"field": { | ||
"display": "Test custom field 2", | ||
"id": "5b39ba88-e5ab-4be2-89f5-5a016473b53c", | ||
"url": "http://localhost:8000/api/extras/custom-fields/5b39ba88-e5ab-4be2-89f5-5a016473b53c/", | ||
"name": "test_custom_field_2" | ||
}, | ||
"value": "First option", | ||
"weight": 100, | ||
"created": "2023-04-15", | ||
"last_updated": "2023-04-15T18:11:57.163237Z" | ||
}, | ||
{ | ||
"id": "5b39ba88-e5ab-4be2-89f5-5a016473b53c", | ||
"display": "Second option", | ||
"url": "http://localhost:8000/api/extras/custom-field-choices/5b39ba88-e5ab-4be2-89f5-5a016473b53c/", | ||
"field": { | ||
"display": "Test custom field 2", | ||
"id": "5b39ba88-e5ab-4be2-89f5-5a016473b53c", | ||
"url": "http://localhost:8000/api/extras/custom-fields/5b39ba88-e5ab-4be2-89f5-5a016473b53c/", | ||
"name": "test_custom_field_2" | ||
}, | ||
"value": "Second option", | ||
"weight": 100, | ||
"created": "2023-04-15", | ||
"last_updated": "2023-04-15T18:11:57.169962Z" | ||
}, | ||
{ | ||
"id": "5b39ba88-e5ab-4be2-89f5-5a016473b53c", | ||
"display": "Third option", | ||
"url": "http://localhost:8000/api/extras/custom-field-choices/5b39ba88-e5ab-4be2-89f5-5a016473b53c/", | ||
"field": { | ||
"display": "Test custom field 2", | ||
"id": "5b39ba88-e5ab-4be2-89f5-5a016473b53c", | ||
"url": "http://localhost:8000/api/extras/custom-fields/5b39ba88-e5ab-4be2-89f5-5a016473b53c/", | ||
"name": "test_custom_field_2" | ||
}, | ||
"value": "Third option", | ||
"weight": 100, | ||
"created": "2023-04-15", | ||
"last_updated": "2023-04-15T18:11:57.174825Z" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
[ | ||
{ | ||
"id": "5b39ba88-e5ab-4be2-89f5-5a016473b53c", | ||
"display": "Test custom field", | ||
"url": "http://localhost:8000/api/extras/custom-fields/5b39ba88-e5ab-4be2-89f5-5a016473b53c/", | ||
"content_types": [ | ||
"dcim.rack" | ||
], | ||
"type": { | ||
"value": "integer", | ||
"label": "Integer" | ||
}, | ||
"label": "Test custom field", | ||
"name": "test_custom_field", | ||
"slug": "test_custom_field", | ||
"description": "", | ||
"required": false, | ||
"filter_logic": { | ||
"value": "loose", | ||
"label": "Loose" | ||
}, | ||
"default": null, | ||
"weight": 100, | ||
"validation_minimum": null, | ||
"validation_maximum": null, | ||
"validation_regex": "", | ||
"created": "2023-04-15", | ||
"last_updated": "2023-04-15T17:45:11.839431Z", | ||
"notes_url": "http://localhost:8000/api/extras/custom-fields/5b39ba88-e5ab-4be2-89f5-5a016473b53c/notes/" | ||
}, | ||
{ | ||
"id": "5b39ba88-e5ab-4be2-89f5-5a016473b53c", | ||
"display": "Test custom field 2", | ||
"url": "http://localhost:8000/api/extras/custom-fields/5b39ba88-e5ab-4be2-89f5-5a016473b53c/", | ||
"content_types": [ | ||
"dcim.rack" | ||
], | ||
"type": { | ||
"value": "select", | ||
"label": "Selection" | ||
}, | ||
"label": "Test custom field 2", | ||
"name": "test_custom_field_2", | ||
"slug": "test_custom_field_2", | ||
"description": "", | ||
"required": false, | ||
"filter_logic": { | ||
"value": "loose", | ||
"label": "Loose" | ||
}, | ||
"default": null, | ||
"weight": 100, | ||
"validation_minimum": null, | ||
"validation_maximum": null, | ||
"validation_regex": "", | ||
"created": "2023-04-15", | ||
"last_updated": "2023-04-15T18:11:57.133408Z", | ||
"notes_url": "http://localhost:8000/api/extras/custom-fields/5b39ba88-e5ab-4be2-89f5-5a016473b53c/notes/" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.