From 383bfc8356d444cbed1dab7e5c1b3bb16becfdfd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 21 Apr 2017 11:06:33 +0200 Subject: Client: responsive design --- .../request-stats/request-stats.component.html | 51 +++++++++++----------- .../request-stats/request-stats.component.scss | 15 ------- 2 files changed, 26 insertions(+), 40 deletions(-) (limited to 'client/src/app/+admin/requests/request-stats') diff --git a/client/src/app/+admin/requests/request-stats/request-stats.component.html b/client/src/app/+admin/requests/request-stats/request-stats.component.html index ca531258c..f35da6535 100644 --- a/client/src/app/+admin/requests/request-stats/request-stats.component.html +++ b/client/src/app/+admin/requests/request-stats/request-stats.component.html @@ -1,37 +1,38 @@

Requests stats

-
-
-

{{ statsTitles[requestSchedulerName] }}

+
+
+
{{ statsTitles[requestSchedulerName] }}
-
-
- Remaining requests: - {{ stats[requestSchedulerName].totalRequests }} -
+
+
+
+ Remaining requests: + {{ stats[requestSchedulerName].totalRequests }} +
-
- Interval seconds between requests: - {{ stats[requestSchedulerName].secondsInterval }} -
+
+ Interval seconds between requests: + {{ stats[requestSchedulerName].secondsInterval }} +
-
- Remaining time before the scheduled request: - {{ stats[requestSchedulerName].remainingSeconds }} +
+ Remaining time before the scheduled request: + {{ stats[requestSchedulerName].remainingSeconds }} +
-
-
-
- Maximum number of different pods for a scheduled request: - {{ stats[requestSchedulerName].requestsLimitPods }} -
+
+
+ Maximum number of different pods for a scheduled request: + {{ stats[requestSchedulerName].requestsLimitPods }} +
-
- Maximum number of requests per pod for a scheduled request: - {{ stats[requestSchedulerName].requestsLimitPerPod }} +
+ Maximum number of requests per pod for a scheduled request: + {{ stats[requestSchedulerName].requestsLimitPerPod }} +
-
diff --git a/client/src/app/+admin/requests/request-stats/request-stats.component.scss b/client/src/app/+admin/requests/request-stats/request-stats.component.scss index c9f724604..b2c413259 100644 --- a/client/src/app/+admin/requests/request-stats/request-stats.component.scss +++ b/client/src/app/+admin/requests/request-stats/request-stats.component.scss @@ -1,23 +1,8 @@ -.block { - margin-bottom: 40px; -} - .label-description { - display: inline-block; font-weight: bold; color: black; } -.requests-general { - .label-description { - width: 320px; - } -} - .requests-limit { margin-top: 20px; - - .label-description { - width: 430px; - } } -- cgit v1.2.3