From 131d8008070b12a01e65ca83ede51e653e4ed958 Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Tue, 2 May 2023 15:39:39 +0000 Subject: [PATCH] WebUI component: - Minor code cleanup before merging --- src/webui/service/templates/device/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/service/templates/device/detail.html b/src/webui/service/templates/device/detail.html index 6fd058ad0..8f840e5b4 100644 --- a/src/webui/service/templates/device/detail.html +++ b/src/webui/service/templates/device/detail.html @@ -62,7 +62,7 @@ <th scope="col">Endpoint UUID</th> <th scope="col">Name</th> <th scope="col">Type</th> - <th scope="col">Position</th> + <th scope="col">Location</th> </tr> </thead> <tbody> -- GitLab