+ {installWarning}
+
+
+
+
+
+ {
+ this.props.configitems.map((configitem, index) => {
+ return (
+
+
);
+ })
+ }
+
+
+
);
}
}
diff --git a/src/views/app/components/BoardItemView.tsx b/src/views/app/components/BoardItemView.tsx
index 3a6e59ee..38c087eb 100644
--- a/src/views/app/components/BoardItemView.tsx
+++ b/src/views/app/components/BoardItemView.tsx
@@ -3,8 +3,8 @@
import * as React from "react";
import { Button, DropdownButton, MenuItem } from "react-bootstrap";
+import { versionCompare } from "../../../common/sharedUtilities/utils";
import * as API from "../actions/api";
-import { versionCompare } from "../utils/util";
interface IBoardProps extends React.Props