Skip to content

Commit

Permalink
remove unused/closed div, fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Mar 28, 2024
1 parent 42adb16 commit 9031a15
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ New Features

- "Export Plot" plugin is now replaced with the more general "Export" plugin. [#2722]

- "Export" plugin supports exporting plugin tables and non non-composite spatial subsets.[#2755, #2760]
- "Export" plugin supports exporting plugin tables and non-composite spatial subsets.[#2755, #2760, #2772]

Cubeviz
^^^^^^^
Expand Down
27 changes: 13 additions & 14 deletions jdaviz/configs/default/plugins/export/export.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,20 +89,19 @@
</plugin-inline-select>
</div>

<div v-if="subset_items.length > 0">
<j-plugin-section-header style="margin-top: 12px">Subsets</j-plugin-section-header>
<v-row>
<span class="v-messages v-messages__message text--secondary"> Save subset as astropy region. </span>
</v-row>
<div class="section-description">
<plugin-inline-select
:items="subset_items"
:selected.sync="subset_selected"
:multiselect="multiselect"
:single_select_allow_blank="true"
>
</plugin-inline-select>
</div>
<div v-if="subset_items.length > 0">
<j-plugin-section-header style="margin-top: 12px">Subsets</j-plugin-section-header>
<v-row>
<span class="v-messages v-messages__message text--secondary"> Save subset as astropy region. </span>
</v-row>
<plugin-inline-select
:items="subset_items"
:selected.sync="subset_selected"
:multiselect="multiselect"
:single_select_allow_blank="true"
>
</plugin-inline-select>
</div>

<v-row v-if="subset_invalid_msg.length > 0">
<span class="v-messages v-messages__message text--secondary" style="color: red !important">
Expand Down

0 comments on commit 9031a15

Please # to comment.