Skip to content

Commit

Permalink
Add comments, #10186
Browse files Browse the repository at this point in the history
  • Loading branch information
njkim committed Oct 26, 2023
1 parent 2a108e0 commit 4688b72
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h2>
{% blocktrans %}Delete The Selected Resources or Tiles{% endblocktrans %}
</p>
<section class="etl-module-component">
<div class="form-group etl-module-component-block">
<div class="etl-module-component-block">
<span class="etl-module-subtitle" data-bind="text: $root.translations.deleteResources"></span>
<span class="switch switch-small" tabindex="0" role="switch"
data-bind="
Expand All @@ -21,6 +21,18 @@ <h2>
"><small></small></span>
<span class="etl-module-subtitle" data-bind="text: $root.translations.deleteTiles"></span>
</div>
<!-- ko if: deleteTiles() -->
<p class="pad-btm">
{% blocktrans %}You can delete the tiles by selecting the nodegroup.
The selections can be further limited using the optional search url.{% endblocktrans %}
</p>
<!-- /ko -->
<!-- ko ifnot: deleteTiles() -->
<p class="pad-btm">
{% blocktrans %}You can delete the resources by selecting the graph or using search url.
If you choose both, only the intersection will be deleted.{% endblocktrans %}
</p>
<!-- /ko -->
<div class="etl-module-component-block">
<h3>
<label for="resource-model-select" data-bind="text: $root.translations.selectAResourceModel"></label>
Expand Down

0 comments on commit 4688b72

Please sign in to comment.