Work in progress on migration to Bootstrap 4 and CoreUI admin theme
This commit is contained in:
parent
366bd09f2a
commit
3425e2c16a
85 changed files with 2093 additions and 10564 deletions
|
@ -168,7 +168,7 @@ export default class Share extends Component {
|
|||
<TableSelect id="role" label={t('role')} withHeader dropdown dataUrl={`rest/shares-roles-table/${this.props.entityTypeId}`} columns={rolesColumns} selectionLabelIndex={1}/>
|
||||
|
||||
<ButtonRow>
|
||||
<Button type="submit" className="btn-primary" icon="ok" label={t('share')}/>
|
||||
<Button type="submit" className="btn-primary" icon="check" label={t('share')}/>
|
||||
</ButtonRow>
|
||||
</Form>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue