Skip to content

Commit

Permalink
support dots in snapshot restore
Browse files Browse the repository at this point in the history
  • Loading branch information
lmenezes committed Mar 29, 2018
1 parent 7b5d42b commit 6fc5a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/snapshot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ <h4>
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}}
Expand Down

0 comments on commit 6fc5a11

Please sign in to comment.