mirror of
https://github.com/nasa/openmct.git
synced 2025-05-28 05:04:18 +00:00
Fixes for table's alternateControlBar
- Fixed hide/show of controls for better UX; - Unit tested click select/deselect toggling;
This commit is contained in:
parent
300acd6ec8
commit
629ca089cf
@ -71,7 +71,7 @@
|
||||
<!-- main controlbar end -->
|
||||
|
||||
<!-- alternate controlbar start -->
|
||||
<div v-if="marking.useAlternateControlBar && markedRows.length"
|
||||
<div v-if="marking.useAlternateControlBar"
|
||||
class="c-table-control-bar c-control-bar"
|
||||
>
|
||||
<div class="c-control-bar__label">
|
||||
@ -86,6 +86,7 @@
|
||||
/>
|
||||
|
||||
<button
|
||||
:class="{'hide-nice': !markedRows.length}"
|
||||
class="c-button icon-x labeled"
|
||||
title="Deselect All"
|
||||
@click="unmarkAllRows()"
|
||||
|
Loading…
x
Reference in New Issue
Block a user