subutai-io / peer-os

Subutai is a next generation peer to peer (P2P) cloud computing and Internet of Things platform. Subutai peers collaborate and share resources to create secure virtual environments tying together the shared network and machine resources across peers.
https://subutai.io
Apache License 2.0
63 stars 34 forks source link

Hide snapshot prefixes used to prevent collisions #2821

Closed dilshat closed 5 years ago

dilshat commented 5 years ago

We need to hide in Console UI snapshot name prefixes that will be used to differentiate individual snapshots (i-shots) from environment container snapshots (c-shots). The prefixes are : env-

dilshat commented 5 years ago

How to test:

  1. Create a local environment
  2. For one environment container, create snapshots using agent subutai snapshot add -c {container} -p all -l env-all
  3. In Console UI, view container snapshots in Environment -> Containers section Result: snapshots must be listed without prefix env-, i.e. all is displayed instead of env-all as a name of snapshot
kurmanbekova6 commented 5 years ago

Screenshot from 2019-03-13 15-02-41 Tested in master