Skip to content
Snippets Groups Projects
Commit 6fc5a111 authored by Leonardo Menezes's avatar Leonardo Menezes
Browse files

support dots in snapshot restore

closes #261
parent 7b5d42be
No related branches found
No related tags found
No related merge requests found
......@@ -23,10 +23,10 @@
href="#confirm_dialog">
</i>
<i class="fa fa-download normal-action pull-right"
data-toggle="collapse" href="#{{snapshot.snapshot}}_details">
data-toggle="collapse" href="#{{snapshot.snapshot.replace('.','_')}}_details">
</i>
</div>
<div class="collapse" id="{{snapshot.snapshot}}_details">
<div class="collapse" id="{{snapshot.snapshot.replace('.','_')}}_details">
<ng-include src="'./snapshot/restore_snapshot.html'"
onload="form = {includeAliases: true, includeGlobalState: true, ignoreUnavailable: true}">
{{form}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment