From b476a76e435f9605eb1393446305b560c37f30ea Mon Sep 17 00:00:00 2001 From: Petr Balashov Date: Thu, 8 Jun 2017 17:36:36 +0200 Subject: [PATCH] added missing settings CLI tab --- .../components/dashboard/settings.render.js | 62 +++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/react/src/components/dashboard/settings.render.js b/react/src/components/dashboard/settings.render.js index 116f402..a24fb37 100644 --- a/react/src/components/dashboard/settings.render.js +++ b/react/src/components/dashboard/settings.render.js @@ -461,6 +461,68 @@ export const SettingsRender = function() { { this.renderAppInfoTab() } + +
this.openTab('Cli', 9) }> +
+ + CLI + +
+
+
+

Select a coin and type in CLI compatible command

+
+
+
+ + +
+
+ + +
+
+ +
+
+
+ { this.renderCliResponse() } +
+
+
+
+
+