Skip to content

Commit

Permalink
[BI-1363] share ontology: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris T committed Mar 28, 2022
1 parent 307455c commit f2fa6b2
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions src/components/program/SharedOntologyConfiguration.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@
v-if="editableMatchedPrograms.length > 0"
class="mb-6"
>
<h5 class="is-underlined title is-6">Available Programs</h5>
<h5 class="is-underlined title is-6">
Select/Unselect Programs to Share Ontology
</h5>
<template v-for="matchedProgram of editableMatchedPrograms">
<div v-bind:key="matchedProgram.programId">
<label
Expand Down Expand Up @@ -96,6 +98,13 @@

<div class="columns">
<div class="column is-whole has-text-centered buttons">
<button
class="button"
v-on:click="showShareModal = false"
id="cancelSharedOntology"
>
Cancel
</button>
<button
class="button is-danger"
v-bind:class="{'is-loading': shareProgramProcessing}"
Expand All @@ -104,13 +113,6 @@
>
<strong>Confirm</strong>
</button>
<button
class="button"
v-on:click="showShareModal = false"
id="cancelSharedOntology"
>
Cancel
</button>
</div>
</div>
</GenericModal>
Expand Down

0 comments on commit f2fa6b2

Please sign in to comment.