]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: adjust refresh intervals of Services and Daemons 38597/head
authorKiefer Chang <kiefer.chang@suse.com>
Fri, 4 Dec 2020 03:34:30 +0000 (11:34 +0800)
committerLaura Paduano <lpaduano@suse.com>
Thu, 17 Dec 2020 14:00:54 +0000 (15:00 +0100)
Change the interval from 60 seconds to 5 seconds.

Fixes: https://tracker.ceph.com/issues/48455
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
(cherry picked from commit 4bea4e97a5fd35884033804678048163631a8412)

src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-daemon-list/service-daemon-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/services.component.html

index 078ac04d42ed0badfa3ba1e2c7d9591bd8082f9e..0712cd3bd6343017fa15e0c7ac6ce3f7419540eb 100644 (file)
@@ -4,7 +4,7 @@
           [data]="daemons"
           [columns]="columns"
           columnMode="flex"
-          [autoReload]="60000"
+          [autoReload]="5000"
           (fetchData)="getDaemons($event)">
 </cd-table>
 
index 11174d3849d045ba7f03cf1b593f10c4b5d984a5..7b7d2df32611ef15ff60abf2bd6b1d7e1a6bdb97 100644 (file)
@@ -6,7 +6,7 @@
             forceIdentifier="true"
             columnMode="flex"
             selectionType="single"
-            [autoReload]="60000"
+            [autoReload]="5000"
             (fetchData)="getServices($event)"
             [hasDetails]="true"
             (setExpandedRow)="setExpandedRow($event)">