CEC-5240: add Remote Command and Remote Reset as bulk-actions (#471)
* add new bulk actions * move async down scope * run * call func * update error message
This commit is contained in:
@@ -38,11 +38,11 @@ exports[`VehiclesTab Render 1`] = `
|
||||
</a>
|
||||
</div>
|
||||
<div
|
||||
class="MuiGrid-root MuiGrid-item MuiGrid-grid-md-3"
|
||||
class="MuiGrid-root MuiGrid-item MuiGrid-grid-md-4"
|
||||
/>
|
||||
<div
|
||||
align="right"
|
||||
class="MuiGrid-root makeStyles-textCenterAlign-0 MuiGrid-item MuiGrid-grid-md-8"
|
||||
class="MuiGrid-root makeStyles-textCenterAlign-0 MuiGrid-item MuiGrid-grid-md-7"
|
||||
>
|
||||
<div
|
||||
class="MuiFormControl-root makeStyles-margin-0 makeStyles-fullWidth-0"
|
||||
@@ -117,7 +117,7 @@ exports[`VehiclesTab Render 1`] = `
|
||||
class="MuiIconButton-label"
|
||||
>
|
||||
<input
|
||||
aria-label="select all desserts"
|
||||
aria-label="select all items"
|
||||
class="PrivateSwitchBase-input-0"
|
||||
data-indeterminate="false"
|
||||
type="checkbox"
|
||||
|
||||
Reference in New Issue
Block a user