PLT-3169 moving reload/recycle commands (#3223)
* PLT-3169 moving reload/recycle commands * Fixing eslint
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
f3825ba766
Коммит
cb868eb42b
@@ -44,6 +44,10 @@ export default class RecycleDbButton extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
if (global.window.mm_license.IsLicensed !== 'true') {
|
||||
return <div></div>;
|
||||
}
|
||||
|
||||
let testMessage = null;
|
||||
if (this.state.fail) {
|
||||
testMessage = (
|
||||
|
||||
@@ -44,6 +44,10 @@ export default class ReloadConfigButton extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
if (global.window.mm_license.IsLicensed !== 'true') {
|
||||
return <div></div>;
|
||||
}
|
||||
|
||||
let testMessage = null;
|
||||
if (this.state.fail) {
|
||||
testMessage = (
|
||||
|
||||
Ссылка в новой задаче
Block a user