mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-09-22 06:46:34 +08:00
WIP: Add table to TaskGroupsTable
This commit is contained in:
@@ -25,6 +25,10 @@ const useStyles = makeStyles((theme) => ({
|
||||
borderRadius: "10px",
|
||||
marginRight: "2px",
|
||||
},
|
||||
inputRoot: {
|
||||
borderRadius: 20,
|
||||
paddingLeft: "12px !important",
|
||||
},
|
||||
}));
|
||||
|
||||
interface Props {
|
||||
@@ -67,6 +71,10 @@ export default function GroupSelect(props: Props) {
|
||||
renderInput={(params) => (
|
||||
<TextField {...params} label="Select group" variant="outlined" />
|
||||
)}
|
||||
classes={{
|
||||
inputRoot: classes.inputRoot,
|
||||
}}
|
||||
size="small"
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user