|
|
|
@ -348,7 +348,8 @@ function IndexerInfoModalContent(props: IndexerInfoModalContentProps) {
|
|
|
|
|
</TabPanel>
|
|
|
|
|
</Tabs>
|
|
|
|
|
</ModalBody>
|
|
|
|
|
<ModalFooter>
|
|
|
|
|
<ModalFooter className={styles.modalFooter}>
|
|
|
|
|
<div>
|
|
|
|
|
<Button
|
|
|
|
|
className={styles.deleteButton}
|
|
|
|
|
kind={kinds.DANGER}
|
|
|
|
@ -359,8 +360,11 @@ function IndexerInfoModalContent(props: IndexerInfoModalContentProps) {
|
|
|
|
|
<Button onPress={onCloneIndexerPressWrapper}>
|
|
|
|
|
{translate('Clone')}
|
|
|
|
|
</Button>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<Button onPress={onEditIndexerPress}>{translate('Edit')}</Button>
|
|
|
|
|
<Button onPress={onModalClose}>{translate('Close')}</Button>
|
|
|
|
|
</div>
|
|
|
|
|
</ModalFooter>
|
|
|
|
|
|
|
|
|
|
<EditIndexerModalConnector
|
|
|
|
|