Skip to content

Commit

Permalink
feat(admin-ui): design the layout for role-permission mapping #336
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrydy committed Dec 29, 2021
1 parent 9d81a7a commit 207c282
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 201 deletions.
199 changes: 0 additions & 199 deletions plugins/admin/components/Mapping/JsonPropertyBuilder.js

This file was deleted.

2 changes: 0 additions & 2 deletions plugins/admin/components/Mapping/MappingPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { useTranslation } from 'react-i18next'
import { Card, CardBody, FormGroup } from '../../../../app/components'
import GluuViewWrapper from '../../../../app/routes/Apps/Gluu/GluuViewWrapper'
import GluuRibbon from '../../../../app/routes/Apps/Gluu/GluuRibbon'
import PropertyBuilder from './JsonPropertyBuilder'
import { getMapping } from '../../redux/actions/MappingActions'
import config from './apiconfig'
import MappingItem from './MappingItem'
Expand All @@ -16,7 +15,6 @@ import {

function MappingPage({ mapping, permissions, dispatch }) {
const { t } = useTranslation()
const lSize = 6
const options = []
const [patches, setPatches] = useState([])
const [mappings, setMappings] = useState(
Expand Down

0 comments on commit 207c282

Please sign in to comment.