+
+
+ {{ i18n.id }}:
+ {{ props.item.id }}
+
+
+
+
+ {{ i18n.kind }}:
+ {{ props.item.kind }}
+
+
+
+
+ {{ i18n.operation }}:
+ {{ props.item.operation }}
+
+
+
+
+ {{ i18n.dateCreated }}:
+ {{ props.item.createTime | formatDateTime }}
+
+
+
+
+ {{ i18n.dateModified }}:
+ {{ props.item.updateTime | formatDateTime }}
+
+
+
+
+ {{ i18n.title }}:
+ {{ props.item.title }}
+
+
+
+
+ {{ i18n.description }}:
+ {{ props.item.description }}
+
+
+
+
+ {{ i18n.author }}:
+ {{ props.item.author }}
+
+
+
+
+ {{ i18n.enabled }}:
+ {{ props.item.isEnabled ? 'True' : 'False' }}
+
+
+
+
+ {{ i18n.community }}:
+ {{ props.item.isCommunity ? 'True' : 'False' }}
+
+
+
+
+ {{ i18n.reporting }}:
+ {{ props.item.isReporting ? 'True' : 'False' }}
+
+
+
+
+ {{ i18n.severity }}:
+ {{ props.item.severity }}
+
+
+
+
+ {{ i18n.engine }}:
+ {{ props.item.engine }}
+
+
+
+
+ {{ i18n.content }}:
+ {{ props.item.content }}
+
+
+
+
+ {{ i18n.note }}:
+ {{ props.item.note }}
+
+
+
+
+
+
+
+ {{ $root.getAvatar(props.item.owner) }}
+
+
+
+ {{ props.item.owner }}
+
+
+ •
+
+
+ {{ props.item.updateTime | formatDateTime }}
+
+
+ |
+