kafka-manager 2.0

This commit is contained in:
zengqiao
2020-09-28 15:46:34 +08:00
parent 28d985aaf1
commit c6e4b60424
1253 changed files with 82183 additions and 37179 deletions

View File

@@ -0,0 +1,14 @@
import * as React from 'react';
import './index.less';
export class ForbiddenPage extends React.Component {
public render() {
return (
<>
<div className="forbidden">
<span></span>
</div>
</>
);
}
}

View File

@@ -0,0 +1,7 @@
.forbidden{
width: 100%;
height: 60%;
display: flex;
justify-content: center;
align-items: center;
}

View File

@@ -0,0 +1 @@
export * from './forbidden';