diff --git a/app/components/Viewer/ObjectTree/Base/ItemLabel.vue b/app/components/Viewer/ObjectTree/Base/ItemLabel.vue index 00888ec6..cce642af 100644 --- a/app/components/Viewer/ObjectTree/Base/ItemLabel.vue +++ b/app/components/Viewer/ObjectTree/Base/ItemLabel.vue @@ -108,7 +108,7 @@ async function copyToClipboard(text, label) { @click.stop="copyToClipboard(actualItem.title, 'Name')" /> - + Status: {{ actualItem.is_active ? "Active" : "Inactive" }}