Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Merge requests
!251
Resolve "(TID) Add inventory NBI to WebUI"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "(TID) Add inventory NBI to WebUI"
feat/173-tid-add-inventory-nbi-to-webui
into
develop
Overview
0
Commits
12
Pipelines
13
Changes
6
Merged
Pablo Armingol
requested to merge
feat/173-tid-add-inventory-nbi-to-webui
into
develop
9 months ago
Overview
0
Commits
12
Pipelines
13
Changes
5
Expand
Closes
#173 (closed)
0
0
Merge request reports
Compare
version 5
version 6
e47151d6
8 months ago
version 5
67e371ea
8 months ago
version 4
b0182b4f
8 months ago
version 3
b0182b4f
8 months ago
version 2
35b24718
9 months ago
version 1
09b235e4
9 months ago
develop (base)
and
version 6
latest version
90bb0d50
12 commits,
8 months ago
version 6
e47151d6
11 commits,
8 months ago
version 5
67e371ea
10 commits,
8 months ago
version 4
b0182b4f
8 commits,
8 months ago
version 3
b0182b4f
288 commits,
8 months ago
version 2
35b24718
279 commits,
9 months ago
version 1
09b235e4
278 commits,
9 months ago
Show latest version
5 files
+
27
−
18
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
src/nbi/service/rest_server/nbi_plugins/ietf_hardware/Hardware.py
+
1
−
1
Options
@@ -50,4 +50,4 @@ class Hardware(Resource):
LOGGER
.
exception
(
MSG
.
format
(
str
(
device_uuid
)))
response
=
jsonify
({
'
error
'
:
str
(
e
)})
response
.
status_code
=
HTTP_SERVERERROR
return
response
\ No newline at end of file
return
response
Loading