Skip to content
Snippets Groups Projects
Commit dff1de17 authored by Ahmad Al Asadi's avatar Ahmad Al Asadi
Browse files

Merge branch 'minor-csv-changes' into 'master'

fix: minor csv class namings to allow csv overwrite

See merge request piveau/ui/piveau-ui!187
parents f1b5e6d0 77f0cde0
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<distribution-download v-if="showDownloadDropdown(distribution)" :getDownloadUrl="getDownloadUrl"
:showAccessUrls="showAccessUrls" :isOnlyOneUrl="isOnlyOneUrl" :trackGoto="trackGoto"
:getDistributionFormat="getDistributionFormat" :replaceHttp="replaceHttp" :distribution="distribution"
class="distribution-action" />
class="distribution-action distribution-download" />
<linked-data-buttons-dropdown :distributions="distributions" :distribution="distribution"
class="distribution-action" />
<div>
......
<template>
<div class="position-relative d-inline-block ml-1 mb-1">
<button @click="openDropdown" class="dsd-action-button btn btn-sm btn-primary p-0 pl-2 w-100 rounded-lg btn-color dropdown-button d-flex justify-content-between"
<button @click="openDropdown" class="distribution-download dsd-action-button btn btn-sm btn-primary p-0 pl-2 w-100 rounded-lg btn-color dropdown-button d-flex justify-content-between"
type="button"
aria-haspopup="true"
aria-expanded="false">
......
......@@ -5,11 +5,6 @@
-->
<template>
<div>
<ul>
<li>{{ title }}</li>
<li>{{ downloadUrl }}</li>
<li>{{ format }}</li>
</ul>
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment