show image last synced time

Bug #1880016 reported by james beedy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MAAS
Fix Released
Medium
Unassigned
maas-ui
Fix Released
Medium
Unassigned

Bug Description

Hello,

Can we show the image last synced time alongside the images. Also, can we have an option to enable/disable image sync?

Thanks!

Tags: ui
Revision history for this message
Lee Trager (ltrager) wrote :

Tagging this UI as the backend already provides this functionality.

The websocket already provides when each image was last updated

  "resources": [
    {
      "id": 11,
      "rtype": 0,
      "name": "ubuntu/focal",
      "title": "20.04 LTS",
      "arch": "amd64",
      "size": "558.5 MB",
      "complete": true,
      "status": "Synced",
      "icon": "succeeded",
      "downloading": false,
      "numberOfNodes": 0,
      "lastUpdate": "Thu, 21 May. 2020 19:21:54"
    },
    {
      "id": 1,
      "rtype": 0,
      "name": "ubuntu/bionic",
      "title": "18.04 LTS",
      "arch": "amd64",
      "size": "625.9 MB",
      "complete": true,
      "status": "Synced",
      "icon": "succeeded",
      "downloading": false,
      "numberOfNodes": 12,
      "lastUpdate": "Thu, 21 May. 2020 19:21:53"
    },
    {
      "id": 13,
      "rtype": 2,
      "name": "centos/8-custom",
      "title": "CentOS 8 Custom",
      "arch": "amd64",
      "size": "523.5 MB",
      "complete": true,
      "status": "Synced",
      "icon": "succeeded",
      "downloading": false,
      "numberOfNodes": 0,
      "lastUpdate": "Fri, 13 Mar. 2020 23:32:21"
    }
  ],

The config option boot_images_auto_import sets whether images are automatically imported.

tags: added: ui
Changed in maas:
status: New → Triaged
importance: Undecided → Medium
Changed in maas-ui:
status: Unknown → New
Changed in maas:
milestone: none → 3.4.0
Revision history for this message
Thorsten Merten (thorsten-merten) wrote :

settings to fix committed in backend as described in the original report. The UI fix is documented here: https://github.com/canonical/maas-ui/issues/1166

Changed in maas-ui:
status: New → Fix Committed
Changed in maas:
status: Triaged → Fix Committed
Changed in maas-ui:
milestone: none → 3.4.0
importance: Unknown → Medium
Changed in maas:
status: Fix Committed → Fix Released
Changed in maas-ui:
status: Fix Committed → Fix Released
Alberto Donato (ack)
Changed in maas:
status: Fix Released → Fix Committed
Changed in maas:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.