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

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

    Scheduled Pinned Locked Moved Backup
    65 Posts 3 Posters 2.0k 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 Offline
      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 Offline
        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 Offline
          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 Offline
            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 Offline
              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 Offline
                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 Offline
                  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 Offline
                    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 Offline
                      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

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

                        Here is from dashboard?ndjson=true

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

                          @ph7 can you try without the ndjson=true? Therefore, in case of an error on the server side, we will see it directly.

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

                            @MathieuRA

                            Here is something from Chrome

                            Namnlös2.png
                            You need to give me assistance. Never done this before
                            I got no clue what I am doing

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

                              Can't replicate the spinners in VM dashboard anymore
                              login logout reboot a few times, nothing.

                              1 Reply Last reply Reply Quote 0
                              • A Offline
                                acebmxer
                                last edited by acebmxer

                                @mathieura

                                I have made no changes since applying your test branch... Now all vms have a working dashboard....

                                Screenshot_20260331_175750.png

                                Screenshot_20260331_175802.png

                                Screenshot_20260331_175815.png

                                Screenshot_20260331_175824.png

                                and pool dashboard...

                                Screenshot_20260331_175943.png

                                Screenshot_20260331_180021.png

                                1 Reply Last reply Reply Quote 0
                                • A Offline
                                  acebmxer
                                  last edited by acebmxer

                                  I have noticed one other thing on this test branch.... All my restore points for vms are missing except for 1 vm....

                                  Screenshot_20260331_183347.png

                                  Screenshot_20260331_183406.png

                                  Screenshot_20260331_183426.png

                                  2026-03-31T17_19_44.804Z - backup NG.txt

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

                                    @acebmxer
                                    Yes, same here, reported it earlier but can't remember where

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

                                      oops, it was earlier in this thread

                                      ph7 said:

                                      @MathieuRA I have
                                      I updated to 9226C yesterday
                                      but today I discovered problems with restore
                                      only one VM of four showing up.
                                      I am 2 behind and will update to master now.

                                      1 Reply Last reply Reply Quote 0
                                      • A Offline
                                        acebmxer @ph7
                                        last edited by

                                        @ph7 @mathieura

                                        Whats even more strange... I just updated back to master branch and now all v6 dashboards are working sorta.... Initially all spinning circles from pool to every vm. But If i double click on the vm the dashboard loads. Same for Pool. This was not the case previously. Before i could double click or click refresh all day long never load.

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

                                          @ph7 @acebmxer
                                          Hi, regarding your backups which do not appear on the XO5 restore page, I suggest you to open a new topic so that this one remains focused on XO6 dashboards

                                          A P 2 Replies Last reply Reply Quote 0
                                          • P ph7 referenced this topic
                                          • A Offline
                                            acebmxer @MathieuRA
                                            last edited by

                                            @MathieuRA said:

                                            @ph7 @acebmxer
                                            Hi, regarding your backups which do not appear on the XO5 restore page, I suggest you to open a new topic so that this one remains focused on XO6 dashboards

                                            Once I updated back to master are restore points are visible again. Issue only appears with this test branch.

                                            1 Reply Last reply Reply Quote 0
                                            • P ph7 referenced this topic

                                            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