From 691e95d6e78c0bfcddab8a96a0ce233cae027fbe Mon Sep 17 00:00:00 2001 From: sveisvei Date: Sat, 17 Dec 2016 21:41:23 +0100 Subject: [PATCH] improve grid in tablet and phone --- .../src/component/application/application-edit-component.js | 6 +++--- frontend/src/component/feature/view-edit-container.jsx | 6 +++--- .../src/component/strategies/show-strategy-component.js | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/src/component/application/application-edit-component.js b/frontend/src/component/application/application-edit-component.js index f024a418a1..e0b075a922 100644 --- a/frontend/src/component/application/application-edit-component.js +++ b/frontend/src/component/application/application-edit-component.js @@ -64,7 +64,7 @@ class ClientApplications extends PureComponent { const content = this.state.activeTab === 0 ? ( - +
Toggles

@@ -88,7 +88,7 @@ class ClientApplications extends PureComponent { )}
- +
Implemented strategies

@@ -111,7 +111,7 @@ class ClientApplications extends PureComponent { ))}
- +
{instances.length} Instances connected

diff --git a/frontend/src/component/feature/view-edit-container.jsx b/frontend/src/component/feature/view-edit-container.jsx index 83954ba937..48368f74eb 100644 --- a/frontend/src/component/feature/view-edit-container.jsx +++ b/frontend/src/component/feature/view-edit-container.jsx @@ -29,7 +29,7 @@ const MetricTab = ({ metrics, featureToggle, toggleFeature }) => { onChange={() => toggleFeature(featureToggle)}>Toggle {featureToggle.name}
- + { lastMinute.isFallback ? { }

Last minute
Yes {lastMinute.yes}, No: {lastMinute.no}

- + { lastHour.isFallback ? { }

Last hour
Yes {lastHour.yes}, No: {lastHour.no}

- + {seenApps.length > 0 ? (
Seen in applications:
) :
diff --git a/frontend/src/component/strategies/show-strategy-component.js b/frontend/src/component/strategies/show-strategy-component.js index 8fd7ba13e7..f2f331778b 100644 --- a/frontend/src/component/strategies/show-strategy-component.js +++ b/frontend/src/component/strategies/show-strategy-component.js @@ -33,7 +33,7 @@ class ShowStrategyComponent extends PureComponent {
- +
Parameters

@@ -41,13 +41,13 @@ class ShowStrategyComponent extends PureComponent {
- +
Applications using this strategy

- +
Toggles using this strategy