Loading client/src/components/History/Content/ContentItem.vue +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ export default { highlight: { type: String, default: null }, id: { type: Number, required: true }, isDataset: { type: Boolean, default: true }, isHistoryItem: { type: Boolean, default: true }, isHistoryItem: { type: Boolean, default: false }, item: { type: Object, required: true }, name: { type: String, required: true }, selected: { type: Boolean, default: false }, Loading client/src/components/History/Content/GenericElement.vue +0 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ :name="item.element_identifier" :is-dataset="item.element_type == 'hda'" :expand-dataset="expandDataset" :is-history-item="false" @update:expand-dataset="expandDataset = $event" @view-collection="viewCollection = !viewCollection" /> <GenericItem v-if="viewCollection" :item-id="item.object.id" :item-src="item.object.history_content_type" /> Loading client/src/components/History/Content/GenericItem.vue +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ :name="item.name" :expand-dataset="expandDataset" :is-dataset="item.history_content_type == 'dataset'" :is-history-item="false" @update:expand-dataset="expandDataset = $event" @view-collection="viewCollection = !viewCollection" @delete="onDelete" Loading client/src/components/History/CurrentCollection/CollectionPanel.vue +0 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,6 @@ :name="item.element_identifier" :expand-dataset="isExpanded(item)" :is-dataset="item.element_type == 'hda'" :is-history-item="false" @update:expand-dataset="setExpanded(item, $event)" @view-collection="onViewSubCollection" /> </template> Loading client/src/components/History/CurrentHistory/HistoryPanel.vue +1 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,7 @@ <template v-slot:item="{ item, currentOffset }"> <ContentItem v-if="!invisible[item.hid]" is-history-item :id="item.hid" :item="item" :name="item.name" Loading Loading
client/src/components/History/Content/ContentItem.vue +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ export default { highlight: { type: String, default: null }, id: { type: Number, required: true }, isDataset: { type: Boolean, default: true }, isHistoryItem: { type: Boolean, default: true }, isHistoryItem: { type: Boolean, default: false }, item: { type: Object, required: true }, name: { type: String, required: true }, selected: { type: Boolean, default: false }, Loading
client/src/components/History/Content/GenericElement.vue +0 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ :name="item.element_identifier" :is-dataset="item.element_type == 'hda'" :expand-dataset="expandDataset" :is-history-item="false" @update:expand-dataset="expandDataset = $event" @view-collection="viewCollection = !viewCollection" /> <GenericItem v-if="viewCollection" :item-id="item.object.id" :item-src="item.object.history_content_type" /> Loading
client/src/components/History/Content/GenericItem.vue +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ :name="item.name" :expand-dataset="expandDataset" :is-dataset="item.history_content_type == 'dataset'" :is-history-item="false" @update:expand-dataset="expandDataset = $event" @view-collection="viewCollection = !viewCollection" @delete="onDelete" Loading
client/src/components/History/CurrentCollection/CollectionPanel.vue +0 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,6 @@ :name="item.element_identifier" :expand-dataset="isExpanded(item)" :is-dataset="item.element_type == 'hda'" :is-history-item="false" @update:expand-dataset="setExpanded(item, $event)" @view-collection="onViewSubCollection" /> </template> Loading
client/src/components/History/CurrentHistory/HistoryPanel.vue +1 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,7 @@ <template v-slot:item="{ item, currentOffset }"> <ContentItem v-if="!invisible[item.hid]" is-history-item :id="item.hid" :item="item" :name="item.name" Loading