Skip to content

Commit

Permalink
Merge pull request #180 from ignapas/remove-osparc-btn
Browse files Browse the repository at this point in the history
Removed oSPARC button from action area
  • Loading branch information
egauzens authored Aug 15, 2024
2 parents 38fa16e + 1ae6300 commit 4756c85
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions components/DatasetDetails/DatasetActionBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,27 +59,6 @@
<el-button class="secondary" @click="actionButtonClicked('cite')">
Cite Model
</el-button>
<a
v-if="canViewSimulation || canRunSimulation"
href="https://osparc.io/"
target="_blank"
>
<sparc-tooltip
placement="left-center"
>
<template #data>
oSPARC simulations may offer<br />additional functionality, such as<br />more parameters, if you create<br />an account at
<a class="ospac-tooltip" href="https://osparc.io/">
osparc.io
</a>
</template>
<template #item>
<el-button style="width: 100%;" class="secondary">
Go to oSPARC
</el-button>
</template>
</sparc-tooltip>
</a>
</template>
<template v-else>
<el-button
Expand Down

0 comments on commit 4756c85

Please sign in to comment.