XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Backup Info under VM tab in v6 never loads...

    Scheduled Pinned Locked Moved Backup
    53 Posts 3 Posters 356 Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P Online
      ph7 @ph7
      last edited by

      Screenshot 2026-03-31 at 16-30-15 Xen Orchestra.png

      1 Reply Last reply Reply Quote 0
      • MathieuRAM Online
        MathieuRA Vates 🪐 XO Team @ph7
        last edited by

        @ph7
        Well, thanks, we are going to investigate the issue

        P 1 Reply Last reply Reply Quote 0
        • P Online
          ph7 @MathieuRA
          last edited by

          @MathieuRA
          It's the same om VMs dashboard

          Screenshot 2026-03-31 at 16-34-35 Xen Orchestra.png
          -> System -> Dashboard

          Screenshot 2026-03-31 at 16-35-32 Xen Orchestra.png

          P 1 Reply Last reply Reply Quote 0
          • P Online
            ph7 @ph7
            last edited by

            When I saw the No data to calculate in the Last 3 backup archives, I was thinking if all this has to do with my disabled schedule but enabled Sequence job.

            MathieuRAM 1 Reply Last reply Reply Quote 0
            • MathieuRAM Online
              MathieuRA Vates 🪐 XO Team @ph7
              last edited by

              @ph7 Can you test the mra-fix-dashboard-reactivity branch?

              P 2 Replies Last reply Reply Quote 0
              • P Online
                ph7 @MathieuRA
                last edited by

                @MathieuRA
                Yes, in a minute 🙂

                P 1 Reply Last reply Reply Quote 0
                • P Online
                  ph7 @ph7
                  last edited by

                  Hoping for the best
                  Updating Xen Orchestra from '4015987b0' to 'ab10095da'

                  1 Reply Last reply Reply Quote 0
                  • A Online
                    acebmxer @MathieuRA
                    last edited by

                    @MathieuRA said:

                    @acebmxer so the endpoint seems to respond correctly.

                    Can you confirm that the pool dashboard UI is still displaying infinite loaders?

                    yes still loading circles...

                    1 Reply Last reply Reply Quote 0
                    • P Online
                      ph7 @MathieuRA
                      last edited by

                      @MathieuRA
                      it's working in pool dashboard 👍
                      BUT ...

                      in a VM dashboard:
                      Screenshot 2026-03-31 at 18-14-04 Xen Orchestra.png

                      P MathieuRAM 2 Replies Last reply Reply Quote 0
                      • A Online
                        acebmxer @MathieuRA
                        last edited by

                        @MathieuRA said:

                        @ph7 I am talking about that:
                        Capture d’écran de 2026-03-31 16-00-27.png

                        The result is what you can see in the response tab

                        from my install...

                        .pool-dashboard-cpu-provisioning .total[data-v-68cd38fd] {
                            display: grid;
                            grid-template-columns: 1fr 1fr;
                            margin-block-start:auto}
                        
                        .vts-progress-bar-group[data-v-c6e74eac] {
                            display: flex;
                            flex-direction: column;
                            gap: 1.6rem
                        }
                        
                        .ui-card-subtitle[data-v-72bac4cd] {
                            color: var(--color-brand-txt-base);
                            border-bottom: .1rem solid var(--color-brand-txt-base);
                            display: flex;
                            justify-content: space-between;
                            gap: .8rem
                        }
                        
                        .pool-dashboard-patches[data-v-c2490c67] {
                            max-height: 46.2rem
                        }
                        
                        .pool-dashboard-patches .missing-patches-info[data-v-c2490c67] {
                            color: var(--color-danger-txt-base)
                        }
                        
                        .pool-dashboard-patches .table-wrapper[data-v-c2490c67] {
                            overflow-y: auto;
                            margin-inline:-2.4rem;margin-block-end:-1.2rem;border-block:.1rem solid var(--color-neutral-border)}
                        
                        .pool-dashboard-patches .table-wrapper .table[data-v-c2490c67] {
                            margin-top: -.1rem
                        }
                        
                        .pool-storages-usage .total[data-v-74099ef4] {
                            display: grid;
                            grid-template-columns: 1fr 1fr;
                            margin-block-start:auto}
                        
                        .dashboard[data-v-db8e7621] {
                            margin: .8rem
                        }
                        
                        .dashboard .row[data-v-db8e7621] {
                            display: grid;
                            gap: .8rem
                        }
                        
                        .dashboard .row+.row[data-v-db8e7621] {
                            margin-top: .8rem
                        }
                        
                        .dashboard .first-row[data-v-db8e7621] {
                            grid-template-columns: minmax(10rem,1fr) minmax(20rem,2fr) minmax(10rem,1fr);
                            grid-template-areas: "status alarms patches"
                        }
                        
                        .dashboard .status[data-v-db8e7621] {
                            grid-area: status
                        }
                        
                        .dashboard .alarms[data-v-db8e7621] {
                            grid-area: alarms;
                            height: 46.2rem
                        }
                        
                        .dashboard .patches[data-v-db8e7621] {
                            grid-area: patches
                        }
                        
                        .dashboard .second-row[data-v-db8e7621] {
                            grid-template-columns: repeat(3,minmax(20rem,1fr));
                            grid-template-areas: "first-column second-column third-column"
                        }
                        
                        .dashboard .column[data-v-db8e7621] {
                            display: flex;
                            flex-direction: column;
                            gap: .8rem
                        }
                        
                        .dashboard .first-column[data-v-db8e7621] {
                            grid-area: first-column
                        }
                        
                        .dashboard .second-column[data-v-db8e7621] {
                            grid-area: second-column
                        }
                        
                        .dashboard .third-column[data-v-db8e7621] {
                            grid-area: third-column
                        }
                        
                        .dashboard.mobile[data-v-db8e7621] {
                            display: flex;
                            flex-direction: column;
                            gap: .8rem
                        }
                        
                        .dashboard.mobile .row[data-v-db8e7621] {
                            display: flex;
                            flex-direction: column;
                            gap: .8rem;
                            margin-top: 0
                        }
                        

                        Screenshot 2026-03-31 122049.png

                        MathieuRAM 1 Reply Last reply Reply Quote 0
                        • P Online
                          ph7 @ph7
                          last edited by

                          on VM dashbord with mra-fix-dashboard-reactivity branch ab10095da
                          It's not working but when I move to another tab and back again, it's working

                          1 Reply Last reply Reply Quote 0
                          • MathieuRAM Online
                            MathieuRA Vates 🪐 XO Team @ph7
                            last edited by

                            @ph7 well. Vm dashboard is probably another issue. Please test the /rest/v0/vms/:id/dashboard and put the result here

                            1 Reply Last reply Reply Quote 0
                            • MathieuRAM Online
                              MathieuRA Vates 🪐 XO Team @acebmxer
                              last edited by

                              @acebmxer you are reading the CSS file, not the dashboard http request. Can you test the branch i posted to check if it fix the pool dashboard also for you?

                              A 2 Replies Last reply Reply Quote 0
                              • A Online
                                acebmxer @MathieuRA
                                last edited by acebmxer

                                @MathieuRA

                                Just finish updating to your test branch... The pool dashboard loads ok but vm backup info still infinite loop

                                Screenshot 2026-03-31 122625.png

                                Screenshot 2026-03-31 122715.png

                                MathieuRAM 1 Reply Last reply Reply Quote 0
                                • MathieuRAM Online
                                  MathieuRA Vates 🪐 XO Team @acebmxer
                                  last edited by

                                  @acebmxer yes vm dashboard is another issue. I will check tomorow

                                  1 Reply Last reply Reply Quote 0
                                  • A Online
                                    acebmxer @MathieuRA
                                    last edited by

                                    @MathieuRA

                                    yeah sorry about that... Working off laptop through multiple vms

                                    Saw your last post. let me know if you need more info from me. Will wait for next update.

                                    1 Reply Last reply Reply Quote 0
                                    • P Online
                                      ph7
                                      last edited by

                                      @MathieuRA
                                      Had to reboot the XO because the VM-tab was working
                                      And It worked directly, weird
                                      and the output / response has a lot of data
                                      200 GET .....
                                      Is anyone of them of interest

                                      1 Reply Last reply Reply Quote 0

                                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                      With your input, this post could be even better 💗

                                      Register Login
                                      • First post
                                        Last post