C-Dash: Remove spinner from trending graphs 35/39035/1
authorTibor Frank <tifrank@cisco.com>
Tue, 13 Jun 2023 13:31:43 +0000 (13:31 +0000)
committerTibor Frank <tifrank@cisco.com>
Tue, 13 Jun 2023 13:31:43 +0000 (13:31 +0000)
Change-Id: Ifbe4fb1ed23e46918c3052bbf57eb30a449a2acb
Signed-off-by: Tibor Frank <tifrank@cisco.com>
csit.infra.dash/app/cdash/trending/layout.py

index 74c39eb..09f857e 100644 (file)
@@ -575,13 +575,10 @@ class Layout:
         return dbc.Col(
             id="col-plotting-area",
             children=[
-                dbc.Spinner(
-                    dbc.Row(
-                        id="plotting-area-trending",
-                        class_name="g-0 p-0",
-                        children=C.PLACEHOLDER
-                    ),
-                    delay_show=C.SPINNER_DELAY
+                dbc.Row(
+                    id="plotting-area-trending",
+                    class_name="g-0 p-0",
+                    children=C.PLACEHOLDER
                 ),
                 dbc.Row(
                     id="plotting-area-telemetry",