mirror of
https://github.com/ansible/awx.git
synced 2026-04-23 18:55:24 -02:30
Hook up 'x' remove button; rename ListItem component.
This commit is contained in:
@@ -26,9 +26,9 @@ export default ({
|
||||
</I18n>
|
||||
</div>
|
||||
<div className="pf-c-data-list__cell">
|
||||
<span id="check-action-item1">
|
||||
<label htmlFor={`selectd-${itemId}`} id="check-action-item1">
|
||||
<b>{name}</b>
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</li>
|
||||
);
|
||||
@@ -1,3 +1,3 @@
|
||||
import ListItem from './ListItem';
|
||||
import CheckboxListItem from './CheckboxListItem';
|
||||
|
||||
export default ListItem;
|
||||
export default CheckboxListItem;
|
||||
|
||||
Reference in New Issue
Block a user