feat: added the advanced settings icon (not functional yet)
feat: added the 'Add new trigger' link (not functional yet) feat: added the triggers editable table (not functional yet)
This commit is contained in:
parent
79c26b1c50
commit
f698c7bd24
4 changed files with 93 additions and 4 deletions
|
|
@ -1,10 +1,11 @@
|
|||
import baseStyles from 'src/pages/Logs.styles'
|
||||
|
||||
const { titleWrapper, titleAndButtonsContainer } = baseStyles
|
||||
const { titleWrapper, titleAndButtonsContainer, buttonsWrapper } = baseStyles
|
||||
|
||||
const mainStyles = {
|
||||
titleWrapper,
|
||||
titleAndButtonsContainer
|
||||
titleAndButtonsContainer,
|
||||
buttonsWrapper
|
||||
}
|
||||
|
||||
export { mainStyles }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue