Namespace selection for users, reports and report-templates
This commit is contained in:
parent
4822a50d0b
commit
e7bdfb7745
16 changed files with 210 additions and 62 deletions
|
@ -35,6 +35,8 @@ export default class List extends Component {
|
|||
];
|
||||
}
|
||||
|
||||
columns.push({ data: 3, title: "Namespace" });
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Toolbar>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue