diff --git a/src/ic/ic-dialog.js b/src/ic/ic-dialog.js index 02d469c..6e79fac 100644 --- a/src/ic/ic-dialog.js +++ b/src/ic/ic-dialog.js @@ -81,27 +81,35 @@ class ICDialog extends React.Component { - -
- -
-
Graph:
-
- {"Graph -
- - {this.props.userRole === "Admin" ? ( + {this.props.ic.type === "villas-node" || this.props.ic.type === "villas-relay" ? ( + +
+ +
+
Graph:
-
Controls:
-
- - -
-
) - : (
)} + {"Graph + - this.closeConfirmModal(c)} /> - + {this.props.userRole === "Admin" ? ( +
+
Controls:
+
+ + +
+
) + : (
)} + + this.closeConfirmModal(c)}/> + + ): (
)}