Jelajahi Sumber

Speedtest spacing tweaks

Henry Whitaker 6 tahun lalu
induk
melakukan
e69e54af77
3 mengubah file dengan 8 tambahan dan 3 penghapusan
  1. 1 0
      api/config/default.php
  2. 4 0
      api/functions/option-functions.php
  3. 3 3
      js/functions.js

+ 1 - 0
api/config/default.php

@@ -311,6 +311,7 @@ return array(
 	'monitorrCompact' => false,
 	'homepageSpeedtestEnabled' => false,
 	'homepageSpeedtestAuth' => '1',
+	'homepageSpeedtestRefresh' => '1800000', // 30 mins
 	'speedtestURL' => '',
 	'speedtestHeaderToggle' => true,
 	'speedtestHeader' => 'Speedtest',

+ 4 - 0
api/functions/option-functions.php

@@ -100,6 +100,10 @@ function optionNotificationPositions()
 function optionTime()
 {
 	return array(
+		array(
+			'name' => '2.5',
+			'value' => '2500'
+		),
 		array(
 			'name' => '5',
 			'value' => '5000'

+ 3 - 3
js/functions.js

@@ -7294,7 +7294,7 @@ function buildSpeedtest(array){
     html += `
         <div class="row">
             <div class="my-2 col-lg-4 col-md-4 col-sm-12">
-                <div class="card speedtest-card shadow-sm">
+                <div class="card speedtest-card shadow-sm mb-3">
                     <div class="card-body">
                         <div class="d-flex align-items-center justify-content-between">
                             <h4>Ping</h4>
@@ -7316,7 +7316,7 @@ function buildSpeedtest(array){
                 </div>
             </div>
             <div class="my-2 col-lg-4 col-md-4 col-sm-12">
-                <div class="card speedtest-card shadow-sm">
+                <div class="card speedtest-card shadow-sm mb-3">
                     <div class="card-body">
                         <div class="d-flex align-items-center justify-content-between">
                             <h4>Download</h4>
@@ -7338,7 +7338,7 @@ function buildSpeedtest(array){
                 </div>
             </div>
             <div class="my-2 col-lg-4 col-md-4 col-sm-12">
-                <div class="card speedtest-card shadow-sm">
+                <div class="card speedtest-card shadow-sm mb-3">
                     <div class="card-body">
                         <div class="d-flex align-items-center justify-content-between">
                             <h4>Upload</h4>