Skip to content

Commit

Permalink
restored vanishing lines
Browse files Browse the repository at this point in the history
  • Loading branch information
noamwegner committed Jan 23, 2019
1 parent 9c2a897 commit 98c04de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/cloudshell/cp/vcenter/commands/vm_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ def get_details(self):

if self.deployment == 'VCenter Deploy VM From Linked Clone':
template = self.dep_attributes.get('vCenter VM','')
snapshot = self.dep_attributes.get('vCenter VM Snapshot','')
data.append(VmDetailsProperty(key='Cloned VM Name',value= '{0} (snapshot: {1})'.format(template, snapshot)))

if self.deployment == 'vCenter VM From Image':
data.append(VmDetailsProperty(key='Base Image Name',value= self.dep_attributes.get('vCenter Image','').split('/')[-1]))
Expand Down

0 comments on commit 98c04de

Please sign in to comment.