tart icon indicating copy to clipboard operation
tart copied to clipboard

Filter tart list

Open tomjn opened this issue 3 years ago • 0 comments
trafficstars

Tart list currently displays both local and OCI:

      displayTable("local", try VMStorageLocal().list())
      displayTable("oci", try VMStorageOCI().list().map { (name, vmDir, _) in (name, vmDir) })

It should be possible to filter to show one or the other if desired

tomjn avatar Nov 04 '22 15:11 tomjn