mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Only show select all label if actual checkbox is shown, add localization
This commit is contained in:
@@ -103,8 +103,10 @@ watch(
|
||||
v-model="selectAll"
|
||||
:indeterminate="selectAllIndeterminate"
|
||||
class="d-inline select-all-checkbox"
|
||||
@change="onSelectAll" />
|
||||
Select/Unselect All
|
||||
@change="onSelectAll"
|
||||
v-localize>
|
||||
Select/Unselect All
|
||||
</b-form-checkbox>
|
||||
<form-drilldown-list
|
||||
:multiple="props.multiple"
|
||||
:current-value="currentValue"
|
||||
|
||||
Reference in New Issue
Block a user