initial commit
This commit is contained in:
1
lib/robot-info-tab/views/system-health-pane.js
Normal file
1
lib/robot-info-tab/views/system-health-pane.js
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";var e=function(e){return e&&e.__esModule?e["default"]:e},t=e(require("react")),r=e(require("../../common/layout/layout")),n=e(require("../../common/layout/h-layout")),l=e(require("./dropdown-button-group"));module.exports=t.createClass({displayName:"system-health-pane",getInitialState:function(){return{}},render:function(){return t.createElement(r,{ref:"topLevel",width:this.props.paneWidth,height:this.props.paneHeight-40,serialized:this.props.editor.layout},t.createElement(n,null,t.createElement("div",null,"test div"),t.createElement(l,null)))}});
|
||||
Reference in New Issue
Block a user