mirror of
https://github.com/Qortal/qapp-core.git
synced 2025-06-14 17:41:20 +00:00
change modal
This commit is contained in:
parent
1266d4f782
commit
d5392ebaef
@ -118,6 +118,11 @@ export const IndexManager = ({ username }: PropsIndexManager) => {
|
|||||||
sx={{
|
sx={{
|
||||||
zIndex: 999990,
|
zIndex: 999990,
|
||||||
}}
|
}}
|
||||||
|
slotProps={{
|
||||||
|
paper: {
|
||||||
|
elevation: 0,
|
||||||
|
},
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<DialogTitle>Index manager</DialogTitle>
|
<DialogTitle>Index manager</DialogTitle>
|
||||||
<IconButton
|
<IconButton
|
||||||
@ -722,6 +727,11 @@ const CreateIndex = ({
|
|||||||
sx={{
|
sx={{
|
||||||
zIndex: 999991,
|
zIndex: 999991,
|
||||||
}}
|
}}
|
||||||
|
slotProps={{
|
||||||
|
paper: {
|
||||||
|
elevation: 1,
|
||||||
|
},
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<DialogTitle id="alert-dialog-title">
|
<DialogTitle id="alert-dialog-title">
|
||||||
Adding multiple indices
|
Adding multiple indices
|
||||||
@ -733,8 +743,8 @@ const CreateIndex = ({
|
|||||||
</DialogContentText>
|
</DialogContentText>
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
<DialogActions>
|
<DialogActions>
|
||||||
<Button onClick={onCancel}>Cancel</Button>
|
<Button variant="contained" onClick={onCancel}>Cancel</Button>
|
||||||
<Button onClick={onOk}>
|
<Button variant="contained" onClick={onOk}>
|
||||||
Continue
|
Continue
|
||||||
</Button>
|
</Button>
|
||||||
</DialogActions>
|
</DialogActions>
|
||||||
@ -967,6 +977,11 @@ const YourIndices = ({
|
|||||||
sx={{
|
sx={{
|
||||||
zIndex: 999991,
|
zIndex: 999991,
|
||||||
}}
|
}}
|
||||||
|
slotProps={{
|
||||||
|
paper: {
|
||||||
|
elevation: 1,
|
||||||
|
},
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<DialogTitle id="alert-dialog-title">
|
<DialogTitle id="alert-dialog-title">
|
||||||
Adding multiple indices
|
Adding multiple indices
|
||||||
@ -978,8 +993,8 @@ const YourIndices = ({
|
|||||||
</DialogContentText>
|
</DialogContentText>
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
<DialogActions>
|
<DialogActions>
|
||||||
<Button onClick={onCancel}>Cancel</Button>
|
<Button variant="contained" onClick={onCancel}>Cancel</Button>
|
||||||
<Button onClick={onOk}>
|
<Button variant="contained" onClick={onOk}>
|
||||||
Continue
|
Continue
|
||||||
</Button>
|
</Button>
|
||||||
</DialogActions>
|
</DialogActions>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user