Skip to content

Instantly share code, notes, and snippets.

@flaviusstef
Last active August 14, 2018 11:54
Show Gist options
  • Save flaviusstef/732f7df3d8c723a2905828d927c92520 to your computer and use it in GitHub Desktop.
Save flaviusstef/732f7df3d8c723a2905828d927c92520 to your computer and use it in GitHub Desktop.
Granular file restore
Granular file restore
View datastore snapshots
Browse -> Verify Linux VM
Verify Linux VM
Verifying
Ok -> View VM drives
Missing -> Installing
Powered off -> Powering on
Error -> Error
Waiting
Ok -> Verifying
Timeout -> Error
Installing
Ok -> Verifying
Timeout -> Error
Error -> Error
Powering on
Ok -> Verifying
Timeout -> Error
Error -> Error
Error
View VM drives
Reading drives
All ok -> Some browsable
Some ok -> Some browsable
None ok -> No drives found
All browsable
Some browsable
No drives found
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment