diff --git a/app/modules/hardware/templates/detail.html b/app/modules/hardware/templates/detail.html
index 471f029..4d8e7d8 100644
--- a/app/modules/hardware/templates/detail.html
+++ b/app/modules/hardware/templates/detail.html
@@ -728,6 +728,11 @@
if (window.renderEntityTags) {
window.renderEntityTags('hardware', {{ hardware.id }}, 'hardware-tags');
}
+
+ // Set default context for keyboard shortcuts (Option+Shift+T)
+ if (window.setTagPickerContext) {
+ window.setTagPickerContext('hardware', {{ hardware.id }}, () => window.renderEntityTags('hardware', {{ hardware.id }}, 'hardware-tags'));
+ }
});
{% endblock %}
\ No newline at end of file
diff --git a/app/modules/sag/templates/detail.html b/app/modules/sag/templates/detail.html
index 7c88c50..e016d05 100644
--- a/app/modules/sag/templates/detail.html
+++ b/app/modules/sag/templates/detail.html
@@ -450,7 +450,6 @@
-
-
+