Unverified Commit 7dadf893 authored by Marius van den Beek's avatar Marius van den Beek Committed by GitHub
Browse files

Merge pull request #14138 from guerler/change_position_progress

[22.05] Place progressbar below collection name, allow full width
parents 5d04dd33 130b1742
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -46,12 +46,6 @@
                    <span class="id hid">{{ id }}</span>
                    <span>:</span>
                    <span class="content-title name">{{ name }}</span>
                    <CollectionDescription
                        v-if="!isDataset"
                        :job-state-summary="jobState"
                        :collection-type="item.collection_type"
                        :element-count="item.element_count"
                        :elements-datatypes="item.elements_datatypes" />
                </span>
                <ContentOptions
                    :is-dataset="isDataset"
@@ -67,6 +61,13 @@
                    @unhide="$emit('unhide')" />
            </div>
        </div>
        <CollectionDescription
            v-if="!isDataset"
            class="px-2 pb-2"
            :job-state-summary="jobState"
            :collection-type="item.collection_type"
            :element-count="item.element_count"
            :elements-datatypes="item.elements_datatypes" />
        <StatelessTags
            v-if="!tagsDisabled || hasTags"
            class="alltags p-1"