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

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

    Scheduled Pinned Locked Moved Backup
    54 Posts 3 Posters 371 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
      Yes, in a minute 🙂

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

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

        1 Reply Last reply Reply Quote 0
        • A Offline
          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 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 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 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 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 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
                              
                              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